From ed90ce520cd36099c1e2189240db7280ba14e077 Mon Sep 17 00:00:00 2001 From: lb Date: Wed, 9 Nov 2022 10:20:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=8E=B0=E5=9C=BA=E5=AE=9E=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/3DOverview/components/LeftContentMonitor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/3DOverview/components/LeftContentMonitor.vue b/src/views/3DOverview/components/LeftContentMonitor.vue index c56bca7..6c86dcf 100644 --- a/src/views/3DOverview/components/LeftContentMonitor.vue +++ b/src/views/3DOverview/components/LeftContentMonitor.vue @@ -33,8 +33,8 @@ export default { .monitor-pic { height: 100%; - width: 260px; - /* background-position: 100% 100%; */ + flex: 1; + background-position: 100% 50%; background-size: cover; background-repeat: no-repeat; }