forked from github/dataease
commit
6fb2a7829b
@ -249,6 +249,7 @@
|
|||||||
<Preview
|
<Preview
|
||||||
v-if="showMainFlag"
|
v-if="showMainFlag"
|
||||||
ref="paneViewPreviewRef"
|
ref="paneViewPreviewRef"
|
||||||
|
:class="fullscreen && 'fullscreen-visual-selects'"
|
||||||
:component-data="mainCanvasComponentData"
|
:component-data="mainCanvasComponentData"
|
||||||
:canvas-style-data="canvasStyleData"
|
:canvas-style-data="canvasStyleData"
|
||||||
:active-tab="activeTab"
|
:active-tab="activeTab"
|
||||||
@ -923,5 +924,12 @@ export default {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fullscreen-visual-selects {
|
||||||
|
.VisualSelects {
|
||||||
|
top: inherit !important;
|
||||||
|
left: inherit !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user