liyg hace 2 años
padre
commit
281b195bd8
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      src/views/TMS/components/importedMine/addWagonloadCopy.vue

+ 4 - 3
src/views/TMS/components/importedMine/addWagonloadCopy.vue

@@ -58,6 +58,7 @@
     <div
       class="table item left"
       style="height:300px;
+        width:800px;
         float:left;
         overflow:auto"
     >
@@ -66,7 +67,7 @@
           @row-click="rowClick"
           :data="tableData"
           :row-style="{height:'40px'}"
-          style="width: 100%;font-size: 18px">
+          style="font-size: 18px">
         <el-table-column
           type="selection"
           width="40px">
@@ -119,7 +120,7 @@
             margin-left:10px;
            float:right;"
     >
-      <div class="form">
+      <div class="form__addWagonLoad">
         <div class="form_box_addWagonLoad" style="">
           <el-form>
             <div class="preview-group">
@@ -793,7 +794,7 @@ export default {
       height: 0.0625rem;
     }
   }
-  .form {
+  .form__addWagonLoad {
     .form_box_addWagonLoad {
       width: 340px;
       .el-form {