forked from github/dataease
fix: 恢复表格列宽设置项
This commit is contained in:
parent
7a1c665bb2
commit
71cced80f9
@ -1203,7 +1203,7 @@ export const TYPE_CONFIGS = [
|
||||
'tableItemFontSize',
|
||||
'tableTitleHeight',
|
||||
'tableItemHeight',
|
||||
'tableColumnMode'
|
||||
'tableColumnWidth'
|
||||
],
|
||||
'title-selector': [
|
||||
'show',
|
||||
@ -1241,7 +1241,7 @@ export const TYPE_CONFIGS = [
|
||||
'tableItemFontSize',
|
||||
'tableTitleHeight',
|
||||
'tableItemHeight',
|
||||
'tableColumnMode'
|
||||
'tableColumnWidth'
|
||||
],
|
||||
'title-selector': [
|
||||
'show',
|
||||
|
@ -258,8 +258,9 @@
|
||||
</el-tooltip>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
v-show="showProperty('tableColumnWidth') && sizeForm.tableColumnMode === 'custom'"
|
||||
v-show="showProperty('tableColumnMode') && sizeForm.tableColumnMode === 'custom'"
|
||||
label=""
|
||||
label-width="100px"
|
||||
class="form-item form-item-slider"
|
||||
>
|
||||
<el-slider
|
||||
@ -269,7 +270,7 @@
|
||||
show-input
|
||||
:show-input-controls="false"
|
||||
input-size="mini"
|
||||
@change="changeBarSizeCase('tableColumnWidth')"
|
||||
@change="changeBarSizeCase('tableColumnMode')"
|
||||
/>
|
||||
</el-form-item>
|
||||
<!--table-end-->
|
||||
|
Loading…
Reference in New Issue
Block a user