From adf1d66ef7966cfb2963c9bc1744b20a52aca9df Mon Sep 17 00:00:00 2001 From: tangshaojian <63377964@qq.com> Date: Sat, 11 Jan 2025 18:35:17 +0800 Subject: [PATCH] =?UTF-8?q?tsj:=20=E5=85=AD=E5=A4=A7=E8=A1=8C=E4=B8=9AV4?= =?UTF-8?q?=EF=BC=8C=E5=9F=8E=E5=B8=82=E7=85=A7=E6=98=8E=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=9B=BE=E6=A0=87=E7=9A=84=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IndustryOperationV4/components/CityLighting/index.css | 4 ++-- .../IndustryOperationV4/components/CityLighting/index.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/CityLighting/index.css b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/CityLighting/index.css index 597e247e..89a0eef0 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/CityLighting/index.css +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/CityLighting/index.css @@ -10,8 +10,8 @@ padding: 16px; } .container .dataBox .bgImage { - width: 65px; - height: 50px; + width: 52px; + height: 52px; position: absolute; right: 14px; bottom: 2px; diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/CityLighting/index.less b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/CityLighting/index.less index 582f1cb1..3aa00f2a 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/CityLighting/index.less +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/CityLighting/index.less @@ -11,8 +11,8 @@ padding: 16px; .bgImage { - width: 65px; - height: 50px; + width: 52px; + height: 52px; position: absolute; right: 14px; bottom: 2px; -- GitLab