From 2cb7fb5ed332bc92e8164da8cc8754d32c8adcd9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 27 Nov 2025 09:38:34 +0800
Subject: [PATCH] Merge branch 'feature/v8.0/8.0.4' into test
---
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