forked from github/dataease
Merge pull request #10885 from dataease/pr@dev-v2_st
fix(数据集): 数据集创建时,左侧数据表栏宽度调整无效 #10844
This commit is contained in:
commit
02a1be6837
@ -211,6 +211,8 @@ const selectStyle = computed(() => {
|
||||
@change="handleValueChange"
|
||||
:render-after-expand="false"
|
||||
show-checkbox
|
||||
collapse-tags
|
||||
collapse-tags-tooltip
|
||||
key="multipleTree"
|
||||
filterable
|
||||
:style="selectStyle"
|
||||
|
@ -506,7 +506,7 @@ const mousedownDrag = () => {
|
||||
:itemSize="40"
|
||||
:data="datasourceTableData"
|
||||
:total="datasourceTableData.length"
|
||||
:width="223"
|
||||
:width="LeftWidth - 7"
|
||||
:height="windowHeight - 350"
|
||||
:scrollbarAlwaysOn="false"
|
||||
class-name="el-select-dropdown__list"
|
||||
|
@ -1335,7 +1335,7 @@ const getDsIconName = data => {
|
||||
:itemSize="40"
|
||||
:data="datasourceTableData"
|
||||
:total="datasourceTableData.length"
|
||||
:width="223"
|
||||
:width="LeftWidth - 7"
|
||||
:height="height - 305"
|
||||
:scrollbarAlwaysOn="false"
|
||||
class-name="el-select-dropdown__list"
|
||||
|
Loading…
Reference in New Issue
Block a user