chore: fui-preview 引入阿里巴巴图标

This commit is contained in:
Hefeng
2023-10-27 18:10:33 +08:00
parent 0bf90ff081
commit c6203f78fb
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
@font-face {
font-family: "iconfont"; /* Project id */
src: url('./iconfont-ttf/iconfont.ttf') format('truetype');
src: url('iconfont.ttf?t=1698401253645') format('truetype');
}
.iconfont {
@ -15,6 +15,10 @@
content: "\e640";
}
.icon-edit:before {
content: "\e64e";
}
.icon-gongdan:before {
content: "\e64d";
}