From a6119509e09abadc65f020f594ae446883567bd5 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期四, 04 八月 2022 04:05:44 +0800 Subject: [PATCH] 修复场景无法编辑的bug --- public/fonts/iconfont.css | 94 +++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 91 insertions(+), 3 deletions(-) diff --git a/public/fonts/iconfont.css b/public/fonts/iconfont.css index 9e4cf9b..4543a93 100644 --- a/public/fonts/iconfont.css +++ b/public/fonts/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; /* Project id 3024843 */ - src: url('iconfont.woff2?t=1647933810375') format('woff2'), - url('iconfont.woff?t=1647933810375') format('woff'), - url('iconfont.ttf?t=1647933810375') format('truetype'); + src: url('iconfont.woff2?t=1657623241745') format('woff2'), + url('iconfont.woff?t=1657623241745') format('woff'), + url('iconfont.ttf?t=1657623241745') format('truetype'); } .iconfont { @@ -13,6 +13,94 @@ -moz-osx-font-smoothing: grayscale; } +.icon-shijianduan:before { + content: "\e662"; +} + +.icon-dengji:before { + content: "\e663"; +} + +.icon-renwumiaoshu:before { + content: "\e664"; +} + +.icon-shengyin:before { + content: "\e665"; +} + +.icon-guanlian:before { + content: "\e661"; +} + +.icon-dingdanguanli1:before { + content: "\e65c"; +} + +.icon-jibenziliao:before { + content: "\e65d"; +} + +.icon-zhanghuzonglan:before { + content: "\e65e"; +} + +.icon-zizhanghuguanli:before { + content: "\e65f"; +} + +.icon-xiaoxizhongxin:before { + content: "\e660"; +} + +.icon-suanfaguanli:before { + content: "\e654"; +} + +.icon-dingdanguanli:before { + content: "\e655"; +} + +.icon-yingyongguanli:before { + content: "\e656"; +} + +.icon-yunyingguanli:before { + content: "\e657"; +} + +.icon-yonghuguanli:before { + content: "\e658"; +} + +.icon-riqi_14:before { + content: "\e659"; +} + +.icon-guanliyuanbaobiao-18:before { + content: "\e65a"; +} + +.icon-shouye-18:before { + content: "\e65b"; +} + +.icon-shuoming_14:before { + content: "\e653"; +} + +.icon-peizhitishi_14:before { + content: "\e652"; +} + +.icon-a-0guanlizhongxin2:before { + content: "\e651"; +} + +.icon-a-0guanlizhongxin:before { + content: "\e62e"; +} + .icon-a-0bofang1x:before { content: "\e628"; } -- Gitblit v1.8.0