From 23254bb2239591b92100fa6b22f41c4f4d0e5ca8 Mon Sep 17 00:00:00 2001 From: ustcyc <yincun@163.com> Date: 星期五, 28 三月 2025 17:36:53 +0800 Subject: [PATCH] Merge pull request #42 from Andy-Yin/develop1.0 --- zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue b/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue index 23b7d46..36a9aa2 100644 --- a/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue +++ b/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue @@ -231,7 +231,6 @@ padding: 0 10px; .title { - font-size: 14px; color: rgba(255, 255, 255, 0.8); font-family: OPPOSans, OPPOSans; font-weight: 500; @@ -327,9 +326,9 @@ } &-li { - width: 240px; - margin-right: 10px; - margin-top: 16px; + width: 18%; + min-width: 190px; + margin: 1%; border-radius: 5px; border: 1px solid #ebebeb; margin-bottom: 5px; @@ -339,7 +338,6 @@ padding: 0 10px; .title { - font-size: 14px; color: #676767; font-family: OPPOSans, OPPOSans; font-weight: 500; @@ -351,11 +349,10 @@ } .num { - font-size: 22px; + font-size: 24px; color: #3271eb; font-family: OPPOSans, OPPOSans; font-weight: 800; - font-size: 32px; text-align: left; font-style: normal; text-transform: none; @@ -368,6 +365,7 @@ text-align: left; font-style: normal; text-transform: none; + font-size: 14px; } } -- Gitblit v1.9.3