From 308d0418d2d061ebec807e81aa6bd68fae8e5311 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 3 Jan 2025 16:10:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E7=89=87):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E5=9B=BE=E7=89=87=E5=AF=BC=E5=87=BA=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E7=89=87=E4=B8=8D=E5=85=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/visualization/UserViewEnlarge.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue index bf4ef09f28..cf5fdfdaed 100644 --- a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue +++ b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue @@ -471,6 +471,7 @@ defineExpose({ position: relative; width: 100%; height: 100%; + background-size: 100% 100% !important; } .enlarge-inner-with-header { display: flex;