zhongtianhaoyuan před 3 roky
rodič
revize
8516dd2bc6

+ 1 - 1
src/views/houseSelfCollect/weightCheck.vue

@@ -1339,7 +1339,7 @@ export default {
   display: flex;
 
   .left {
-    width: 30%;
+    min-width: 500px;
      position: relative;
     // padding:0 20px 20px 20px;
 

+ 4 - 4
src/views/warehouse/warehouseManagementGross.vue

@@ -2977,9 +2977,9 @@ export default {
 .balance-row {
   display: flex;
   margin: 20px 0;
-
+  position: relative;
   .left {
-    position: relative;
+  
     width: 90%;
     // background: red;
     // width: 500px;
@@ -2987,8 +2987,8 @@ export default {
   }
   .top {
     position: absolute;
-    top: 270px;
-    width: 69%;
+    top: 125px;
+    width: 87%;
     background: black;
     color: #2aff7c;
     font-size: 32px;

+ 4 - 4
src/views/warehouse/warehouseManagementNoWeightIn.vue

@@ -1860,8 +1860,8 @@
 
   .top {
     position: absolute;
-    top: 270px;
-    width: 69%;
+    top: 125px;
+    width: 87%;
     background: black;
     color: #2aff7c;
     font-size: 32px;
@@ -1927,9 +1927,9 @@
   .balance-row {
     display: flex;
     margin: 20px 0;
-
+    position: relative;
     .left {
-       position: relative;
+       
        width: 90%;
     }
   }

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

@@ -1582,8 +1582,8 @@
 
   .top {
     position: absolute;
-    top: 270px;
-    width: 69%;
+    top: 125px;
+    width: 87%;
     background: black;
     color: #2aff7c;
     font-size: 32px;
@@ -1649,9 +1649,9 @@
   .balance-row {
     display: flex;
     margin: 20px 0;
-
+    position: relative;
     .left {
-      position: relative;
+      
       width: 90%;
     }
   }

+ 37 - 36
src/views/warehouse/warehouseManagementTare.vue

@@ -1854,10 +1854,44 @@
     top: 13px;
   }
 
-  .top {
+
+
+  .weight {
+    font-size: 68px;
+  }
+
+  //下面列表
+  .neifor {
+    width: 80%;
+    background-color: #f6f7fc;
+  }
+
+  /deep/.neifor .ws-info-table .el-form-item .el-form-item__label {
+    width: 35%;
+    text-align: center;
+  }
+
+  /deep/.neifor .ws-info-table .el-form-item .el-form-item__content {
+    width: 60%;
+    background-color: #f6f7fc;
+  }
+
+  /deep/.neifor .el-input--small .el-input__inner {
+    width: 100%;
+  }
+
+  .balance-row {
+    display: flex;
+    margin: 20px 0 0 0;
+    position: relative;
+    .left {
+     
+      width: 90%;
+    }
+      .top {
     position: absolute;
-    top: 270px;
-    width: 69%;
+    top: 125px;
+    width: 87%;
     background: black;
     color: #2aff7c;
     font-size: 32px;
@@ -1896,38 +1930,5 @@
       font-size: 30px;
     }
   }
-
-  .weight {
-    font-size: 68px;
-  }
-
-  //下面列表
-  .neifor {
-    width: 80%;
-    background-color: #f6f7fc;
-  }
-
-  /deep/.neifor .ws-info-table .el-form-item .el-form-item__label {
-    width: 35%;
-    text-align: center;
-  }
-
-  /deep/.neifor .ws-info-table .el-form-item .el-form-item__content {
-    width: 60%;
-    background-color: #f6f7fc;
-  }
-
-  /deep/.neifor .el-input--small .el-input__inner {
-    width: 100%;
-  }
-
-  .balance-row {
-    display: flex;
-    margin: 20px 0 0 0;
-
-    .left {
-      position: relative;
-      width: 90%;
-    }
   }
 </style>