From b0530ed9211230227a8f94e394eda779d5ae5fc1 Mon Sep 17 00:00:00 2001
From: birt <2499248221@qq.com>
Date: 星期日, 13 四月 2025 01:51:52 +0800
Subject: [PATCH] birtzhang

---
 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