user5 1 rok pred
rodič
commit
d587905ead

+ 3 - 3
src/views/dashboard/widgets/components/TodoList.vue

@@ -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>
 			<el-table-column
-				width="90px"
+				width="100px"
 				label="发起人"
 				show-overflow-tooltip
 				prop="vars.userName"
@@ -46,7 +46,7 @@
 			</el-table-column>
 			<el-table-column
 				fixed="right"
-				width="90px"
+				width="100px"
 				prop="task.createTime"
 				show-overflow-tooltip
 				label="发起时间"