fix: 修复有些icon图标不正确的问题
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "cn-icon"; /* Project id 2614877 */
|
||||
src: url('iconfont.woff2?t=1634635259684') format('woff2'),
|
||||
url('iconfont.woff?t=1634635259684') format('woff'),
|
||||
url('iconfont.ttf?t=1634635259684') format('truetype');
|
||||
src: url('iconfont.woff2?t=1636701851616') format('woff2'),
|
||||
url('iconfont.woff?t=1636701851616') format('woff'),
|
||||
url('iconfont.ttf?t=1636701851616') format('truetype');
|
||||
}
|
||||
|
||||
.cn-icon {
|
||||
@@ -13,6 +13,22 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.cn-icon-debug:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.cn-icon-override:before {
|
||||
content: "\e68a";
|
||||
}
|
||||
|
||||
.cn-icon-download1:before {
|
||||
content: "\e6ab";
|
||||
}
|
||||
|
||||
.cn-icon-upload1:before {
|
||||
content: "\e6ac";
|
||||
}
|
||||
|
||||
.cn-icon-position2:before {
|
||||
content: "\e745";
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user