fix: 修复列宽浮动遮挡bug取消存在设置column列fix

This commit is contained in:
xinxin.wu 2024-12-16 14:38:46 +08:00 committed by Craftsman
parent 95c2531315
commit 4e2e6a0c47
22 changed files with 0 additions and 25 deletions

View File

@ -140,7 +140,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 100, width: 100,
showTooltip: true, showTooltip: true,
columnSelectorDisabled: true, columnSelectorDisabled: true,

View File

@ -126,7 +126,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 100, width: 100,
columnSelectorDisabled: true, columnSelectorDisabled: true,
}, },

View File

@ -152,7 +152,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 150, width: 150,
showTooltip: true, showTooltip: true,
}, },

View File

@ -132,7 +132,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 160, width: 160,
showTooltip: false, showTooltip: false,
columnSelectorDisabled: true, columnSelectorDisabled: true,

View File

@ -443,7 +443,6 @@
sorter: true, sorter: true,
}, },
width: 120, width: 120,
fixed: 'left',
}, },
{ {
title: 'ms.case.associate.caseName', title: 'ms.case.associate.caseName',

View File

@ -409,7 +409,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 100, width: 100,
columnSelectorDisabled: true, columnSelectorDisabled: true,
}, },

View File

@ -432,7 +432,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 150, width: 150,
columnSelectorDisabled: true, columnSelectorDisabled: true,
}, },

View File

@ -270,7 +270,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 120, width: 120,
}, },
{ {

View File

@ -194,7 +194,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
columnSelectorDisabled: true, columnSelectorDisabled: true,
width: 100, width: 100,
}, },

View File

@ -658,7 +658,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: operationWidth(160, 140), width: operationWidth(160, 140),
showTooltip: false, showTooltip: false,
columnSelectorDisabled: true, columnSelectorDisabled: true,

View File

@ -159,7 +159,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 126, width: 126,
showTooltip: true, showTooltip: true,
showInTable: true, showInTable: true,

View File

@ -583,7 +583,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
'fixed': 'left',
'width': 150, 'width': 150,
'showTooltip': true, 'showTooltip': true,
'columnSelectorDisabled': true, 'columnSelectorDisabled': true,

View File

@ -270,7 +270,6 @@
}, },
'filter-icon-align-left': true, 'filter-icon-align-left': true,
'showTooltip': true, 'showTooltip': true,
'ellipsis': true,
'showDrag': false, 'showDrag': false,
'columnSelectorDisabled': true, 'columnSelectorDisabled': true,
}, },

View File

@ -606,7 +606,6 @@
title: 'project.fileManagement.name', title: 'project.fileManagement.name',
slotName: 'name', slotName: 'name',
dataIndex: 'name', dataIndex: 'name',
fixed: 'left',
sortable: { sortable: {
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,

View File

@ -156,7 +156,6 @@
showInTable: true, showInTable: true,
showDrag: false, showDrag: false,
columnSelectorDisabled: true, columnSelectorDisabled: true,
fixed: 'left',
width: 200, width: 200,
}, },
{ {

View File

@ -190,14 +190,12 @@
width: 100, width: 100,
columnSelectorDisabled: true, columnSelectorDisabled: true,
showTooltip: true, showTooltip: true,
fixed: 'left',
}, },
{ {
title: 'ms.taskCenter.taskName', title: 'ms.taskCenter.taskName',
dataIndex: 'taskName', dataIndex: 'taskName',
showTooltip: true, showTooltip: true,
width: 200, width: 200,
fixed: 'left',
showDrag: true, showDrag: true,
}, },
{ {

View File

@ -201,14 +201,12 @@
slotName: 'num', slotName: 'num',
width: 100, width: 100,
columnSelectorDisabled: true, columnSelectorDisabled: true,
fixed: 'left',
}, },
{ {
title: 'ms.taskCenter.taskName', title: 'ms.taskCenter.taskName',
dataIndex: 'taskName', dataIndex: 'taskName',
showTooltip: true, showTooltip: true,
width: 200, width: 200,
fixed: 'left',
showDrag: true, showDrag: true,
}, },
{ {

View File

@ -164,7 +164,6 @@
dataIndex: 'num', dataIndex: 'num',
slotName: 'num', slotName: 'num',
width: 100, width: 100,
fixed: 'left',
columnSelectorDisabled: true, columnSelectorDisabled: true,
}, },
{ {
@ -172,7 +171,6 @@
dataIndex: 'taskName', dataIndex: 'taskName',
showTooltip: true, showTooltip: true,
width: 200, width: 200,
fixed: 'left',
showDrag: true, showDrag: true,
}, },
{ {

View File

@ -72,7 +72,6 @@
slotName: 'num', slotName: 'num',
sortIndex: 1, sortIndex: 1,
sortable: cloneDeep(sortableConfig.value), sortable: cloneDeep(sortableConfig.value),
fixed: 'left',
width: 100, width: 100,
showTooltip: true, showTooltip: true,
columnSelectorDisabled: true, columnSelectorDisabled: true,

View File

@ -244,7 +244,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 150, width: 150,
showTooltip: true, showTooltip: true,
columnSelectorDisabled: true, columnSelectorDisabled: true,

View File

@ -238,7 +238,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 150, width: 150,
showTooltip: true, showTooltip: true,
columnSelectorDisabled: true, columnSelectorDisabled: true,

View File

@ -317,7 +317,6 @@
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
sorter: true, sorter: true,
}, },
fixed: 'left',
width: 100, width: 100,
showTooltip: true, showTooltip: true,
columnSelectorDisabled: true, columnSelectorDisabled: true,