diff --git a/src/assets/css/base.scss b/src/assets/css/base.scss index eba803e..e92980b 100644 --- a/src/assets/css/base.scss +++ b/src/assets/css/base.scss @@ -109,18 +109,18 @@ a { tr { &:nth-child(2n) { td { - background: #fff !important; + //background: #fff !important; } } &:hover { td { - background: #f0f5fc !important; + //background: #f0f5fc !important; } } td { - background: #fff !important; + //background: #fff !important; border-bottom-color: #f2f2f2; } } diff --git a/src/components/TableModule/index.jsx b/src/components/TableModule/index.jsx index 01264d9..ea8d988 100644 --- a/src/components/TableModule/index.jsx +++ b/src/components/TableModule/index.jsx @@ -161,7 +161,10 @@ function TableModule(props) { name={item.name} key={item.name} > - + { + item.hiddenCount ? : + + } ); break; @@ -225,10 +228,7 @@ function TableModule(props) {