@@ -612,4 +612,8 @@ export default {
margin-bottom: 20px;
}
+
+.el-select{
+ width: 300px;
+}
</style>
@@ -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"
label="状态"
+ min-width="120"
<template slot-scope="{ row }">
{{ row.state == 1 ? "启用" : "停用" }}
@@ -87,7 +87,7 @@
fixed="right"
label="操作"
+ max-width="200"
<el-button @click="compile(scope.row)" type="text" size="small"