fix: 修复表格列宽初始化赋值较小的问题
This commit is contained in:
@@ -81,7 +81,7 @@ export default {
|
|||||||
|
|
||||||
// 有排序的,额外添加24px的排序图标宽度
|
// 有排序的,额外添加24px的排序图标宽度
|
||||||
if (item.sortable) {
|
if (item.sortable) {
|
||||||
item.minWidth = item.minWidth + 30
|
item.minWidth = item.minWidth + 32
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.minWidth < newWidth) {
|
if (item.minWidth < newWidth) {
|
||||||
|
|||||||
Reference in New Issue
Block a user