fix: select tree 全屏弹出错位

This commit is contained in:
dataeaseShu 2023-09-07 16:26:10 +08:00
parent bb1df8a182
commit abb0a2b2aa
2 changed files with 5 additions and 0 deletions

View File

@ -368,6 +368,7 @@
<Preview
v-if="previewVisible"
:in-screen="!previewVisible"
:class="previewVisible && 'fullscreen-visual-selects'"
:panel-info="panelInfo"
:show-type="canvasStyleData.selfAdaption?'full':'width'"
:canvas-style-data="canvasStyleData"

View File

@ -932,6 +932,10 @@ export default {
top: inherit !important;
left: inherit !important;
}
.el-tree-select-popper {
left: 0 !important;
top: inherit !important;
}
}
</style>