fix: 基本表格设置列固定时,重复添加action列导致的样式错乱问题

This commit is contained in:
casbal
2021-08-10 17:05:52 +08:00
parent eba3047be2
commit 1cdb02c9d7
2 changed files with 3 additions and 3 deletions

View File

@@ -231,7 +231,7 @@
name: 'xiaoMa',
},
actionColumn: {
width: 140,
width: 220,
title: '操作',
key: 'action',
fixed: 'right',