forked from github/dataease
fix(数据集): 数据集 - 自定义 sql,字段参考按钮被遮挡 #12237
This commit is contained in:
parent
8184fcd9be
commit
437a8c8cd8
@ -503,13 +503,13 @@ const canvasChange = () => {
|
|||||||
@click="expandClick(getComponent(index))"
|
@click="expandClick(getComponent(index))"
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
v-show="getComponent(index)?.expand"
|
v-if="getComponent(index)?.expand"
|
||||||
name="dv-expand-down"
|
name="dv-expand-down"
|
||||||
class="expand-icon"
|
class="expand-icon"
|
||||||
><dvExpandDown class="svg-icon expand-icon"
|
><dvExpandDown class="svg-icon expand-icon"
|
||||||
/></Icon>
|
/></Icon>
|
||||||
<Icon
|
<Icon
|
||||||
v-show="!getComponent(index)?.expand"
|
v-if="!getComponent(index)?.expand"
|
||||||
name="dv-expand-right"
|
name="dv-expand-right"
|
||||||
class="expand-icon"
|
class="expand-icon"
|
||||||
><dvExpandRight class="svg-icon expand-icon"
|
><dvExpandRight class="svg-icon expand-icon"
|
||||||
|
@ -535,7 +535,7 @@ const mousedownDrag = () => {
|
|||||||
:itemSize="40"
|
:itemSize="40"
|
||||||
:data="datasourceTableData"
|
:data="datasourceTableData"
|
||||||
:total="datasourceTableData.length"
|
:total="datasourceTableData.length"
|
||||||
:width="LeftWidth - 7"
|
:width="LeftWidth - 17"
|
||||||
:height="windowHeight - 350"
|
:height="windowHeight - 350"
|
||||||
:scrollbarAlwaysOn="false"
|
:scrollbarAlwaysOn="false"
|
||||||
class-name="el-select-dropdown__list"
|
class-name="el-select-dropdown__list"
|
||||||
|
Loading…
Reference in New Issue
Block a user