From 5d36e1f987ef21e44ded2e8a1d06c28094ec1e76 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期六, 19 四月 2025 12:39:47 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue | 30 ++++++++++++++---------------- 1 files changed, 14 insertions(+), 16 deletions(-) diff --git a/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue b/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue index 23b7d46..f55bb61 100644 --- a/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue +++ b/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue @@ -2,7 +2,7 @@ <div class="page"> <div class="page-container"> <div class="page-container-left"> - <LeftTree ref="leftTreeRef" @handleNodeClick="handleNodeClick" /> + <LeftTree ref="leftTreeRef" @handleNodeClick="handleNodeClick" ParentModelCode="YSCJMX" /> </div> <div class="page-container-right"> <div class="form-card"> @@ -207,8 +207,8 @@ text-align: left; font-weight: bold; font-family: OPPOSans, OPPOSans; - font-weight: 500; - font-size: 16px; + + font-size: 14px; font-style: normal; text-transform: none; } @@ -231,11 +231,10 @@ padding: 0 10px; .title { - font-size: 14px; color: rgba(255, 255, 255, 0.8); font-family: OPPOSans, OPPOSans; - font-weight: 500; - font-size: 16px; + + font-size: 14px; line-height: 19px; text-align: left; font-style: normal; @@ -243,7 +242,7 @@ } .num { - font-size: 24px; + font-size: 26px; color: #36d3ff; font-family: OPPOSans, OPPOSans; font-weight: 800; @@ -293,7 +292,7 @@ text-align: center; margin: 5px 8px; border-radius: 8px; - padding: 7px 10px; + padding: 2px 6px; font-family: OPPOSans, OPPOSans; font-weight: 500; font-size: 16px; @@ -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: 26px; 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; } } @@ -401,7 +399,7 @@ text-align: center; margin: 5px 8px; border-radius: 8px; - padding: 7px 3px; + padding: 2px 6px; font-family: OPPOSans, OPPOSans; font-weight: 500; font-size: 16px; @@ -433,7 +431,7 @@ text-align: center; margin: 2px 6px; border-radius: 8px; - padding: 5px 10px; + padding: 2px 6px; font-family: OPPOSans, OPPOSans; font-weight: 500; font-size: 14px; -- Gitblit v1.9.3