From e6e93f8fc490cc3c421fbd77a528783b5ab4a9b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com>
Date: Tue, 7 Nov 2023 11:06:15 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B3=9B=E5=BE=AE=E8=96=AA=E8=B5=84=E6=A0=B8?=
=?UTF-8?q?=E7=AE=97iframe=E8=A1=A8=E6=A0=BC-?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/css/iconfont/demo_index.html | 213 ++++++++++++++++++++++-
public/css/iconfont/iconfont.css | 42 ++++-
public/css/iconfont/iconfont.js | 2 +-
public/css/iconfont/iconfont.json | 67 ++++++-
public/css/iconfont/iconfont.ttf | Bin 2248 -> 5272 bytes
public/css/iconfont/iconfont.woff | Bin 167836 -> 3240 bytes
public/css/iconfont/iconfont.woff2 | Bin 129256 -> 2580 bytes
src/layouts/BlankLayout/index.tsx | 5 +-
src/layouts/config.js | 1 +
src/pages/atdTable/components/index.less | 15 ++
src/pages/calcTable/index.tsx | 2 +-
src/pages/reportTable/index.tsx | 8 +-
src/pages/welfareArchiveTable/index.tsx | 191 ++++++++++++++++++++
src/utils/common.js | 26 ++-
14 files changed, 554 insertions(+), 18 deletions(-)
create mode 100644 src/pages/welfareArchiveTable/index.tsx
diff --git a/public/css/iconfont/demo_index.html b/public/css/iconfont/demo_index.html
index 7a1168c..83eb5ca 100644
--- a/public/css/iconfont/demo_index.html
+++ b/public/css/iconfont/demo_index.html
@@ -47,11 +47,67 @@
Symbol
+ 查看项目
+
+ -
+
+
全部
+ 
+
+
+ -
+
+
批量导出
+ 
+
+
+ -
+
+
批量删除
+ 
+
+
+ -
+
+
批量操作
+ 
+
+
+ -
+
+
导出
+ 
+
+
+ -
+
+
批量分配
+ 
+
+
+ -
+
+
操作日志
+ 
+
+
+ -
+
+
警告
+ 
+
+
+ -
+
+
应急处理
+ 
+
+
-
批量解锁
@@ -82,7 +138,9 @@
@font-face {
font-family: 'iconfont';
- src: url('iconfont.ttf?t=1695032721128') format('truetype');
+ src: url('iconfont.woff2?t=1698914262517') format('woff2'),
+ url('iconfont.woff?t=1698914262517') format('woff'),
+ url('iconfont.ttf?t=1698914262517') format('truetype');
}
第二步:定义使用 iconfont 的样式
@@ -108,6 +166,87 @@
+ -
+
+
+ 全部
+
+ .icon-quanbu
+
+
+
+ -
+
+
+ 批量导出
+
+ .icon-piliangdaochu
+
+
+
+ -
+
+
+ 批量删除
+
+ .icon-piliangshanchu
+
+
+
+ -
+
+
+ 批量操作
+
+ .icon-piliangcaozuo
+
+
+
+ -
+
+
+ 导出
+
+ .icon-daochu
+
+
+
+ -
+
+
+ 批量分配
+
+ .icon-piliangfenpei
+
+
+
+ -
+
+
+ 操作日志
+
+ .icon-caozuorizhi32
+
+
+
+ -
+
+
+ 警告
+
+ .icon-jinggao
+
+
+
+ -
+
+
+ 应急处理
+
+ .icon-yingjichuli
+
+
+
-
@@ -153,6 +292,78 @@
+ -
+
+
全部
+ #icon-quanbu
+
+
+ -
+
+
批量导出
+ #icon-piliangdaochu
+
+
+ -
+
+
批量删除
+ #icon-piliangshanchu
+
+
+ -
+
+
批量操作
+ #icon-piliangcaozuo
+
+
+ -
+
+
导出
+ #icon-daochu
+
+
+ -
+
+
批量分配
+ #icon-piliangfenpei
+
+
+ -
+
+
操作日志
+ #icon-caozuorizhi32
+
+
+ -
+
+
警告
+ #icon-jinggao
+
+
+ -
+
+
应急处理
+ #icon-yingjichuli
+
+
-