Commit 70fa47ef by zhuzhequan

feat:修改表格操作列宽度

parent 17ec5594
...@@ -3984,7 +3984,7 @@ const tableColumns = computed(() => { ...@@ -3984,7 +3984,7 @@ const tableColumns = computed(() => {
{ {
label: '操作', label: '操作',
slot: 'operate', slot: 'operate',
width: 100, width: 260,
align: 'center', align: 'center',
fixed: 'right', fixed: 'right',
prop: 'operate', prop: 'operate',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment