forked from github/dataease
Merge pull request #12287 from dataease/pr@dev-v2_dzz
fix(数据集): 数据集 - 自定义 sql,字段参考按钮被遮挡 #12237
This commit is contained in:
commit
7a3e9f0b13
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user