diff --git a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue index fcaa3ec7f8..7ae698b3e6 100644 --- a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue +++ b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue @@ -54,7 +54,14 @@ class="enlarge-outer" v-if="dialogShow" > -
+
- - +
+ + +
@@ -360,12 +369,18 @@ defineExpose({ width: 100%; height: 100%; } + .enlarge-inner-with-header { + display: flex; + flex-direction: column; + } .enlarge-wrapper { width: 100%; height: 100%; } } .tab-header { + margin-top: -10px; + margin-bottom: 10px; --ed-tabs-header-height: 34px; --custom-tab-color: #646a73;