From 0f16db42e4e331bfaf084c27ca602c275e87668d Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 28 Oct 2025 18:07:42 +0800
Subject: [PATCH] feat:渲染数据

---
 src/views/device/components/DockControlPanel.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/device/components/DockControlPanel.vue b/src/views/device/components/DockControlPanel.vue
index f45bae1..9a93c71 100644
--- a/src/views/device/components/DockControlPanel.vue
+++ b/src/views/device/components/DockControlPanel.vue
@@ -480,9 +480,10 @@
   border-radius: 2px;
 
   .control-cmd-wrapper {
+    font-size: 14px;
     .control-cmd-header {
       font-size: 14px;
-      font-weight: 600;
+      //font-weight: 600;
       padding: 10px 10px 0px;
 
       .debug-btn {
@@ -513,7 +514,10 @@
           flex-direction: column;
 
           .item-label {
-            font-weight: 700;
+            //font-weight: 700;
+          }
+          .item-status {
+            color: #8d8b8b;
           }
         }
       }

--
Gitblit v1.9.3