@@ -15,7 +15,7 @@
<el-table :data="dataList" style="width: 100%" height="480" border="inner" :menu-config="{}" @sort-change="sortChangeHandle"
:sort-config="{remote:true}" resizable>
<el-table-column
- width="200px"
+ min-width="400px"
label="实例标题"
prop="vars.title"
show-overflow-tooltip
@@ -28,7 +28,7 @@
>
</el-table-column>
- width="90px"
+ width="100px"
label="发起人"
prop="vars.userName"
@@ -46,7 +46,7 @@
fixed="right"
prop="task.createTime"
label="发起时间"