master
parent
c85d1e5443
commit
276cf313d5
|
|
@ -2,6 +2,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
border: 1px solid #eaeaea;
|
border: 1px solid #eaeaea;
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ import useGetUrlQuery from "zy-react-library/hooks/useGetUrlQuery";
|
||||||
import useTable from "zy-react-library/hooks/useTable";
|
import useTable from "zy-react-library/hooks/useTable";
|
||||||
import { getLabelName } from "zy-react-library/utils";
|
import { getLabelName } from "zy-react-library/utils";
|
||||||
import { NS_AVERAGE } from "~/enumerate/namespace";
|
import { NS_AVERAGE } from "~/enumerate/namespace";
|
||||||
|
import "../../../../BranchCompany/Average/Ledger/List/index.less";
|
||||||
|
|
||||||
function HiddenList(props) {
|
function HiddenList(props) {
|
||||||
const query = useGetUrlQuery();
|
const query = useGetUrlQuery();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue