From 3931b006f8f2861753fa73a6d53011c4984c4317 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 27 Oct 2025 14:31:11 +0800
Subject: [PATCH] feat:更新设备管理远程调试

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

diff --git a/src/views/device/components/DeviceSettingBox.vue b/src/views/device/components/DeviceSettingBox.vue
index 2621bc2..db76492 100644
--- a/src/views/device/components/DeviceSettingBox.vue
+++ b/src/views/device/components/DeviceSettingBox.vue
@@ -375,7 +375,7 @@
 
   .device-setting-header {
     font-size: 14px;
-    font-weight: 600;
+    //font-weight: 600;
     padding: 10px 10px 0px;
   }
 
@@ -398,6 +398,7 @@
     flex-wrap: wrap;
     justify-content: space-between;
     padding: 4px 10px;
+    font-size: 14px;
 
     .control-setting-item {
       width: 220px;
@@ -414,7 +415,10 @@
         flex-direction: column;
 
         .item-label {
-          font-weight: 700;
+          //font-weight: 700;
+        }
+        .item-status {
+          color: #8d8b8b;
         }
       }
       .control-setting-item-right {

--
Gitblit v1.9.3