fix: 更新icon图标
This commit is contained in:
@@ -43,6 +43,20 @@ $font-size: 14px;
|
|||||||
background: #38ACD2;
|
background: #38ACD2;
|
||||||
border: 1px solid rgba(46, 136, 166, 0.85);
|
border: 1px solid rgba(46, 136, 166, 0.85);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
||||||
|
span {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
i {
|
||||||
|
font-size: 18px;
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.el-button {
|
||||||
|
padding: 8px 10px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "cn-icon"; /* Project id 2614877 */
|
font-family: "cn-icon"; /* Project id 2614877 */
|
||||||
src: url('iconfont.woff2?t=1687167070241') format('woff2'),
|
src: url('iconfont.woff2?t=1688009911333') format('woff2'),
|
||||||
url('iconfont.woff?t=1687167070241') format('woff'),
|
url('iconfont.woff?t=1688009911333') format('woff'),
|
||||||
url('iconfont.ttf?t=1687167070241') format('truetype');
|
url('iconfont.ttf?t=1688009911333') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.cn-icon {
|
.cn-icon {
|
||||||
@@ -13,6 +13,14 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cn-icon-expand-continue:before {
|
||||||
|
content: "\e7fc";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cn-icon-domain1:before {
|
||||||
|
content: "\e7fb";
|
||||||
|
}
|
||||||
|
|
||||||
.cn-icon-expand-relationship:before {
|
.cn-icon-expand-relationship:before {
|
||||||
content: "\e7f8";
|
content: "\e7f8";
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -16,7 +16,10 @@
|
|||||||
|
|
||||||
<div class="graph-list-expand-btn-block">
|
<div class="graph-list-expand-btn-block">
|
||||||
<el-button type="primary" class="graph-list-expand-btn">
|
<el-button type="primary" class="graph-list-expand-btn">
|
||||||
|
<span>
|
||||||
|
<i class="cn-icon cn-icon-expand-continue graph-expand-continue"></i>
|
||||||
{{ $t('entity.graph.continueToExpand') }}
|
{{ $t('entity.graph.continueToExpand') }}
|
||||||
|
</span>
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user