Merge pull request #12287 from dataease/pr@dev-v2_dzz

fix(数据集): 数据集 - 自定义 sql,字段参考按钮被遮挡 #12237
This commit is contained in:
dataeaseShu 2024-09-19 14:45:12 +08:00 committed by GitHub
commit 7a3e9f0b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -503,13 +503,13 @@ const canvasChange = () => {
@click="expandClick(getComponent(index))"
>
<Icon
v-show="getComponent(index)?.expand"
v-if="getComponent(index)?.expand"
name="dv-expand-down"
class="expand-icon"
><dvExpandDown class="svg-icon expand-icon"
/></Icon>
<Icon
v-show="!getComponent(index)?.expand"
v-if="!getComponent(index)?.expand"
name="dv-expand-right"
class="expand-icon"
><dvExpandRight class="svg-icon expand-icon"

View File

@ -535,7 +535,7 @@ const mousedownDrag = () => {
:itemSize="40"
:data="datasourceTableData"
:total="datasourceTableData.length"
:width="LeftWidth - 7"
:width="LeftWidth - 17"
:height="windowHeight - 350"
:scrollbarAlwaysOn="false"
class-name="el-select-dropdown__list"