Merge pull request #8380 from dataease/pr@dev_side_bar
fix(仪表板): 仪表板界面收起左侧tree后进入编辑页面随后退出至预览界面提示仪表板为空
This commit is contained in:
commit
d5f15fd710
@ -8,9 +8,7 @@
|
||||
:style="{'margin-left': !asideHidden ? 0 : '-' + currentWidth}"
|
||||
>
|
||||
<DeArrowSide v-if="!close" @changeSideTreeStatus="changeSideTreeStatus" :style="sideStyle" :isInside="!sideTreeStatus"></DeArrowSide>
|
||||
<keep-alive>
|
||||
<slot v-if="sideTreeStatus"/>
|
||||
</keep-alive>
|
||||
<slot/>
|
||||
<de-horizontal-drag-bar
|
||||
v-if="isSystem"
|
||||
:type="type"
|
||||
@ -112,6 +110,12 @@ export default {
|
||||
&.retract {
|
||||
width: 0 !important;
|
||||
min-width: 0 !important;
|
||||
|
||||
::v-deep.de-dataset-search, ::v-deep.tree-style {
|
||||
width: 0 !important;
|
||||
min-width: 0 !important;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user