695593266@qq.com пре 1 месец
родитељ
комит
087be41a4a
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      src/views/produceOrder/workReport.vue

+ 3 - 2
src/views/produceOrder/workReport.vue

@@ -88,7 +88,7 @@
                 }"
                 :right-style="{ overflow: 'hidden' }"
                 :responsive="false"
-                style="height: calc(100vh - 230px)"
+                style="height: calc(100vh - 295px)"
               >
                 <!-- 详细信息 -->
                 <div class="left_main">
@@ -1430,7 +1430,8 @@
   .right_main {
     width: 100%;
     padding-bottom: 12px;
-    height: calc((100vh - 234px));
+    height: 100%;
+    overflow: auto;
     background: #f0f3f3;
     border: 1px solid rgb(207, 215, 207);
   }