Browse Source

化验和辅检每个最多显示两行

zhangxc 6 years ago
parent
commit
5e755215a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/PushItems/index.jsx

+ 2 - 2
src/components/PushItems/index.jsx

@@ -330,7 +330,7 @@ class PushItems extends Component {
                           : moreAssay
                           ? assays
                           : assayHide}
-                        {assayNum2 > 24 ? (
+                        {assayNum2 > 23 ? (
                           <span
                             style={
                               moreAssay
@@ -368,7 +368,7 @@ class PushItems extends Component {
                           : moreCheck
                           ? checks
                           : checkHide}
-                        {checkNum2 > 24 ? (
+                        {checkNum2 > 23 ? (
                           <span
                             style={
                               moreCheck