fix: 更新icon图标

This commit is contained in:
刘洪洪
2023-06-29 11:56:30 +08:00
parent 57609406be
commit a0fe66089f
7 changed files with 30 additions and 5 deletions

View File

@@ -43,6 +43,20 @@ $font-size: 14px;
background: #38ACD2;
border: 1px solid rgba(46, 136, 166, 0.85);
border-radius: 2px;
span {
display: flex;
align-items: center;
i {
font-size: 18px;
margin-right: 7px;
}
}
&.el-button {
padding: 8px 10px !important;
}
}
}

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1687167070241') format('woff2'),
url('iconfont.woff?t=1687167070241') format('woff'),
url('iconfont.ttf?t=1687167070241') format('truetype');
src: url('iconfont.woff2?t=1688009911333') format('woff2'),
url('iconfont.woff?t=1688009911333') format('woff'),
url('iconfont.ttf?t=1688009911333') format('truetype');
}
.cn-icon {
@@ -13,6 +13,14 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-expand-continue:before {
content: "\e7fc";
}
.cn-icon-domain1:before {
content: "\e7fb";
}
.cn-icon-expand-relationship:before {
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.

View File

@@ -16,7 +16,10 @@
<div class="graph-list-expand-btn-block">
<el-button type="primary" class="graph-list-expand-btn">
{{ $t('entity.graph.continueToExpand') }}
<span>
<i class="cn-icon cn-icon-expand-continue graph-expand-continue"></i>
{{ $t('entity.graph.continueToExpand') }}
</span>
</el-button>
</div>