Merge pull request #10885 from dataease/pr@dev-v2_st

fix(数据集): 数据集创建时,左侧数据表栏宽度调整无效 #10844
This commit is contained in:
dataeaseShu 2024-07-10 16:12:40 +08:00 committed by GitHub
commit 02a1be6837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"