From 921d210ab1c7b4159424788e891113c95dcc3505 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期二, 27 九月 2022 16:43:12 +0800 Subject: [PATCH] 摄像机管理 时间段 过滤 改bug --- public/fonts/iconfont.css | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git a/public/fonts/iconfont.css b/public/fonts/iconfont.css index 4543a93..b7114cd 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=1657623241745') format('woff2'), - url('iconfont.woff?t=1657623241745') format('woff'), - url('iconfont.ttf?t=1657623241745') format('truetype'); + src: url('iconfont.woff2?t=1660125591157') format('woff2'), + url('iconfont.woff?t=1660125591157') format('woff'), + url('iconfont.ttf?t=1660125591157') format('truetype'); } .iconfont { @@ -13,6 +13,30 @@ -moz-osx-font-smoothing: grayscale; } +.icon-gongge:before { + content: "\e669"; +} + +.icon-gongge1:before { + content: "\e66a"; +} + +.icon-gongge2:before { + content: "\e66b"; +} + +.icon-shuzhuangtu:before { + content: "\e667"; +} + +.icon-tongjichaxunpeizhicunchulujing:before { + content: "\e668"; +} + +.icon-shezhi1:before { + content: "\e666"; +} + .icon-shijianduan:before { content: "\e662"; } -- Gitblit v1.8.0