forked from github/dataease
fix: 数据源校验 查看仪表板 - 更多 - 导出为,显示错位
This commit is contained in:
parent
40547c7da3
commit
7b0daffec7
@ -181,11 +181,11 @@
|
||||
|
||||
<el-dropdown
|
||||
style="width: 100%"
|
||||
v-if="hasDataPermission('export',panelInfo.privileges)&&panelInfo.status==='publish'"
|
||||
trigger="hover"
|
||||
placement="right-start"
|
||||
>
|
||||
<el-dropdown-item
|
||||
v-if="hasDataPermission('export',panelInfo.privileges)&&panelInfo.status==='publish'"
|
||||
>
|
||||
<div class="el-dropdown-menu__item">
|
||||
<svg-icon
|
||||
icon-class="icon_bottom-align_outlined"
|
||||
class="preview-icon-svg"
|
||||
@ -196,7 +196,7 @@
|
||||
icon-class="icon_right_outlined"
|
||||
class="preview-icon-svg"
|
||||
/>
|
||||
</el-dropdown-item>
|
||||
</div>
|
||||
<el-dropdown-menu
|
||||
slot="dropdown"
|
||||
class="de-card-dropdown de-card-dropdown-right"
|
||||
|
@ -65,6 +65,7 @@
|
||||
<div style="height: calc(100% - 36px)">
|
||||
<ds-form-content
|
||||
@editeTodisable="editDatasource"
|
||||
:canEdit="canEdit"
|
||||
ref="DsFormContent"
|
||||
:config-from-tabs="configFromTabs"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user