From 9e3e4e654648e14566c865926c0a8759420a417b Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 26 Mar 2025 16:17:09 +0800 Subject: [PATCH] =?UTF-8?q?feature/=E6=A0=B8=E7=AE=97=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=8F=8C=E5=87=BB=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/iconfont/demo_index.html | 29 ++- public/css/iconfont/iconfont.css | 10 +- public/css/iconfont/iconfont.js | 2 +- public/css/iconfont/iconfont.json | 7 + public/css/iconfont/iconfont.ttf | Bin 7496 -> 7984 bytes public/css/iconfont/iconfont.woff | Bin 4620 -> 4988 bytes public/css/iconfont/iconfont.woff2 | Bin 3796 -> 4120 bytes src/pages/atdTable/components/index.less | 16 +- src/pages/calcTable/calcExplainFooter.tsx | 16 +- src/pages/calcTable/index.tsx | 269 +++++++++++++++------- 10 files changed, 239 insertions(+), 110 deletions(-) diff --git a/public/css/iconfont/demo_index.html b/public/css/iconfont/demo_index.html index ce27f9e..fdb3745 100644 --- a/public/css/iconfont/demo_index.html +++ b/public/css/iconfont/demo_index.html @@ -54,6 +54,12 @@
@font-face {
font-family: 'iconfont';
- src: url('iconfont.woff2?t=1741245710478') format('woff2'),
- url('iconfont.woff?t=1741245710478') format('woff'),
- url('iconfont.ttf?t=1741245710478') format('truetype');
+ src: url('iconfont.woff2?t=1742897212506') format('woff2'),
+ url('iconfont.woff?t=1742897212506') format('woff'),
+ url('iconfont.ttf?t=1742897212506') format('truetype');
}