fix: 修复表格列宽初始化赋值较小的问题

This commit is contained in:
刘洪洪
2023-03-29 09:45:05 +08:00
parent 6405b06907
commit fe2308405a

View File

@@ -81,7 +81,7 @@ export default {
// 有排序的额外添加24px的排序图标宽度
if (item.sortable) {
item.minWidth = item.minWidth + 30
item.minWidth = item.minWidth + 32
}
if (item.minWidth < newWidth) {