From f40251f8e4398897c9d2901ca396c379afb83269 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Fri, 6 Jan 2023 23:59:50 +0800 Subject: [PATCH] =?UTF-8?q?1.6=20=E7=AC=AC=E5=8D=81=E4=B8=89=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ElecEvaluation/Monitor/Home/index.tsx | 4 ++-- src/pages/ElecEvaluation/Monitor/style.less | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/ElecEvaluation/Monitor/Home/index.tsx b/src/pages/ElecEvaluation/Monitor/Home/index.tsx index 3da7128..1a662b8 100644 --- a/src/pages/ElecEvaluation/Monitor/Home/index.tsx +++ b/src/pages/ElecEvaluation/Monitor/Home/index.tsx @@ -1607,7 +1607,7 @@ const MonitorHome: React.FC<{}> = () => {
-
+ {monitorList.map((item, index) => (
onCardClick(item)}> @@ -1619,7 +1619,7 @@ const MonitorHome: React.FC<{}> = () => {
))} -
+
diff --git a/src/pages/ElecEvaluation/Monitor/style.less b/src/pages/ElecEvaluation/Monitor/style.less index 220ecb2..e4ef4c0 100644 --- a/src/pages/ElecEvaluation/Monitor/style.less +++ b/src/pages/ElecEvaluation/Monitor/style.less @@ -249,14 +249,13 @@ height: 170px; background-clip: border-box; filter: blur(0px); - .flex-center; .card-default-01 { background-image: url('~@/assets/screen/default_pic01.jpg'); background-repeat: no-repeat; background-size: 100% 100%; height: 120px; - margin-top: 20px; + margin-top: 10px; position: relative; cursor: pointer;