Просмотр исходного кода

修改仓库管理出入库 检斤滚动条问题

achao 3 лет назад
Родитель
Сommit
3982ca5116

+ 1 - 1
src/views/warehouse/warehouseManagementList.vue

@@ -46,7 +46,7 @@
     </BaseHeaderLayout>
     <div v-show="this.warehouseType == '1'" class="main_css">
       <el-table show-summary :summary-method="getSummaries" class="wenzi" :data="warehouseList"
-        style="width: 100%; margin-top: 20px" height="calc(100% - 50px)">
+        style="width: 100%; margin-top: 20px" height="calc(100% - 45px)">
         <el-table-column prop="warehouseName" label="仓库名">
         </el-table-column>
         <el-table-column prop="binNumber" label="仓位编号">

+ 3 - 2
src/views/warehouse/warehouseManagementNoWeight.vue

@@ -641,7 +641,8 @@
    display: flex;
     justify-content: space-between;
     padding: 0 20px;
-        background: #f6f7fc;
-        border-radius: 4px 4px 1px 1px;
+    background: #f6f7fc;
+    border-radius: 4px 4px 1px 1px;
+    align-items: center;
   }
 </style>

+ 0 - 6
src/views/warehouse/warehouseManagementNoWeightIn.vue

@@ -1787,12 +1787,6 @@
   /deep/.el-form-item {
     width: 50%;
   }
-
-  .container {
-    overflow: scroll;
-    height: 120vh;
-  }
-
   /deep/.ws-info-table .el-form-item .el-form-item__label {
     text-align: center;
   }

+ 0 - 4
src/views/warehouse/warehouseManagementNoWeightOut.vue

@@ -1476,10 +1476,6 @@
     width: 50%;
   }
 
-  .container {
-    overflow: scroll;
-    height: 120vh;
-  }
 
   /deep/.ws-info-table .el-form-item .el-form-item__label {
     text-align: center;

+ 0 - 5
src/views/warehouse/warehouseManagementTare.vue

@@ -1745,11 +1745,6 @@
     width: 50%;
   }
 
-  .container {
-    overflow: scroll;
-    height: 120vh;
-  }
-
   /deep/.ws-info-table .el-form-item .el-form-item__label {
     text-align: center;
   }