refactor: 优化重置 ele vxe CellOperation 中按钮默认内边距
This commit is contained in:
@@ -323,10 +323,9 @@ export function useGridColumns(
|
||||
{
|
||||
field: 'operation',
|
||||
title: '操作',
|
||||
align: 'right',
|
||||
minWidth: 200,
|
||||
fixed: 'right',
|
||||
headerAlign: 'center',
|
||||
align: 'center',
|
||||
showOverflow: false,
|
||||
cellRender: {
|
||||
attrs: {
|
||||
|
||||
@@ -317,7 +317,7 @@ export function useGridColumns<T = SystemUserApi.User>(
|
||||
{
|
||||
field: 'operation',
|
||||
title: '操作',
|
||||
minWidth: 250,
|
||||
minWidth: 130,
|
||||
fixed: 'right',
|
||||
align: 'center',
|
||||
cellRender: {
|
||||
|
||||
Reference in New Issue
Block a user