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;