mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
fix: table index column width is not enough in english (#3342)
This commit is contained in:
parent
3efe662c91
commit
0f13758554
@ -66,7 +66,7 @@ function handleIndexColumn(
|
||||
|
||||
columns.unshift({
|
||||
flag: INDEX_COLUMN_FLAG,
|
||||
width: 50,
|
||||
width: 60,
|
||||
title: t('component.table.index'),
|
||||
align: 'center',
|
||||
customRender: ({ index }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user