CN-138 feat: galaxy增加清除缓存按钮

This commit is contained in:
chenjinsong
2021-09-09 17:18:07 +08:00
parent e27ad46609
commit 63f2f27d98
5 changed files with 23 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1628497043863') format('woff2'),
url('iconfont.woff?t=1628497043863') format('woff'),
url('iconfont.ttf?t=1628497043863') format('truetype');
src: url('iconfont.woff2?t=1631178850048') format('woff2'),
url('iconfont.woff?t=1631178850048') format('woff'),
url('iconfont.ttf?t=1631178850048') format('truetype');
}
.cn-icon {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-clear-cache:before {
content: "\e637";
}
.cn-icon-country:before {
content: "\e742";
}

Binary file not shown.

Binary file not shown.

Binary file not shown.