Prechádzať zdrojové kódy

Merge branch 'master' of http://192.168.50.233:3000/rui.jiang/performance-test

liujiejie 3 mesiacov pred
rodič
commit
ff214a8fcc

+ 4 - 0
src/views/ledger/anemometer.vue

@@ -612,4 +612,8 @@ export default {
     margin-bottom: 20px;
   }
 }
+
+.el-select{
+  width: 300px;
+}
 </style>

+ 3 - 3
src/views/ledger/enterprise.vue

@@ -58,7 +58,7 @@
           prop="fieldCount"
           align="center"
           label="风场数量"
-          min-width="200"
+          min-width="100"
         >
           <template slot-scope="scope">
             <el-button @click="particulars(scope.row)" type="text" size="small">
@@ -71,7 +71,7 @@
           prop="state"
           align="center"
           label="状态"
-          min-width="200"
+          min-width="120"
         >
           <template slot-scope="{ row }">
             {{ row.state == 1 ? "启用" : "停用" }}
@@ -87,7 +87,7 @@
           align="center"
           fixed="right"
           label="操作"
-          min-width="200"
+          max-width="200"
         >
           <template slot-scope="scope">
             <el-button @click="compile(scope.row)" type="text" size="small"