forked from github/dataease
fix: 组件设置背景后其它的组件也能看到
This commit is contained in:
parent
cd7054a692
commit
ebf25fcd99
@ -179,7 +179,7 @@
|
|||||||
:destroy-on-close="true"
|
:destroy-on-close="true"
|
||||||
:append-to-body="true"
|
:append-to-body="true"
|
||||||
>
|
>
|
||||||
<background @backgroundSetClose="backgroundSetClose" />
|
<background v-if="boardSetVisible" @backgroundSetClose="backgroundSetClose" />
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user