瀏覽代碼

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

zhangxc 6 年之前
父節點
當前提交
5e755215a0
共有 1 個文件被更改,包括 2 次插入2 次删除
  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