zhangxc 5 лет назад
Родитель
Сommit
1a164d27bf
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      src/components/recordInput/ManageItemBatch.vue

+ 5 - 2
src/components/recordInput/ManageItemBatch.vue

@@ -84,7 +84,7 @@
                                     <el-table-column
                                       label="医院数据模块"
                                       prop="modeName"
-                                      width="240">
+                                      width="120">
                                     </el-table-column>
                                     <el-table-column
                                       prop=""
@@ -431,11 +431,14 @@
 <style lang="less">
     @import "../../less/admin.less";
     .ManageItemBatchWrapper{
+      .container{
+        min-width: 1050px;
+      }
       .content{
         background: #fff;
         padding: 20px 20px 50px;
         color: #545455;
-        min-width: 980px;
+        min-width: 1040pxpx;
         position: relative;
         .short-inp{
             width: 200px;