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 | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue b/zhitan-vue/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue index 36a9aa2..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; } @@ -233,8 +233,8 @@ .title { 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; @@ -242,7 +242,7 @@ } .num { - font-size: 24px; + font-size: 26px; color: #36d3ff; font-family: OPPOSans, OPPOSans; font-weight: 800; @@ -292,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; @@ -349,7 +349,7 @@ } .num { - font-size: 24px; + font-size: 26px; color: #3271eb; font-family: OPPOSans, OPPOSans; font-weight: 800; @@ -399,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; @@ -431,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