From d441a339549da0e1280879333f0b22823a603443 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 02 十二月 2024 16:59:11 +0800 Subject: [PATCH] 合同积分的提示、地图样式调整 --- src/views/screen/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue index 2649739..8e9677b 100644 --- a/src/views/screen/index.vue +++ b/src/views/screen/index.vue @@ -1435,8 +1435,8 @@ } .rotating-image { - width: 900px; - height: 900px; + width: 950px; + height: 950px; position: absolute; top: calc(50% - 450px); left: calc(50% - 450px); @@ -1445,8 +1445,8 @@ } .rotating-image-in { - width: 850px; - height: 850px; + width: 900px; + height: 900px; position: absolute; top: calc(50% - 425px); left: calc(50% - 425px); -- Gitblit v1.8.0