Merge pull request #6064 from dataease/pr@dev_refresh

Pr@dev refresh
This commit is contained in:
dataeaseShu 2023-09-07 16:27:50 +08:00 committed by GitHub
commit 26cfe52001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>