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();