From 276cf313d59113a7c84a98d7b81ed4b1cf904cbc Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Mon, 17 Nov 2025 11:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/BranchCompany/Average/Ledger/List/index.less | 1 + .../Container/Supervision/Average/Average/HiddenList/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pages/Container/BranchCompany/Average/Ledger/List/index.less b/src/pages/Container/BranchCompany/Average/Ledger/List/index.less index 13dea80..66a5a0f 100644 --- a/src/pages/Container/BranchCompany/Average/Ledger/List/index.less +++ b/src/pages/Container/BranchCompany/Average/Ledger/List/index.less @@ -2,6 +2,7 @@ display: none; border-collapse: collapse; width: 100%; + font-size: 14px; td, th { border: 1px solid #eaeaea; diff --git a/src/pages/Container/Supervision/Average/Average/HiddenList/index.js b/src/pages/Container/Supervision/Average/Average/HiddenList/index.js index 2e5d106..c9af756 100644 --- a/src/pages/Container/Supervision/Average/Average/HiddenList/index.js +++ b/src/pages/Container/Supervision/Average/Average/HiddenList/index.js @@ -19,6 +19,7 @@ import useGetUrlQuery from "zy-react-library/hooks/useGetUrlQuery"; import useTable from "zy-react-library/hooks/useTable"; import { getLabelName } from "zy-react-library/utils"; import { NS_AVERAGE } from "~/enumerate/namespace"; +import "../../../../BranchCompany/Average/Ledger/List/index.less"; function HiddenList(props) { const query = useGetUrlQuery();