forked from github/dataease
fix: 全屏预览时下拉框选项错位 #5532
This commit is contained in:
parent
ae1f00248d
commit
c1010c5a87
@ -249,6 +249,7 @@
|
||||
<Preview
|
||||
v-if="showMainFlag"
|
||||
ref="paneViewPreviewRef"
|
||||
:class="fullscreen && 'fullscreen-visual-selects'"
|
||||
:component-data="mainCanvasComponentData"
|
||||
:canvas-style-data="canvasStyleData"
|
||||
:active-tab="activeTab"
|
||||
@ -923,5 +924,12 @@ export default {
|
||||
color: inherit;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.fullscreen-visual-selects {
|
||||
.VisualSelects {
|
||||
top: inherit !important;
|
||||
left: inherit !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user