mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-08-09 04:39:00 +08:00
feat: 增加操作列宽度至420
This commit is contained in:
parent
0fe0b9d41b
commit
11b0f45381
@ -220,7 +220,7 @@ const columns = [
|
|||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
key: 'actions',
|
key: 'actions',
|
||||||
width: 320,
|
width: 420,
|
||||||
align: 'right',
|
align: 'right',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
hideInExcel: true,
|
hideInExcel: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user