From 90bb60c990f6d2a963208e9e1bf3059f412d2d61 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 20 Jan 2026 00:28:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E5=85=B3=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=81=94=E5=8A=A8=E7=8A=B6=E6=80=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/other/index.vue | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/components/other/index.vue b/src/components/other/index.vue index 2be2a77..0ab994c 100644 --- a/src/components/other/index.vue +++ b/src/components/other/index.vue @@ -459,8 +459,11 @@ {{ switchItem.switchName }} - 运行中 - 已关闭 + + 运行中 + 已关闭 + 联动中 + @@ -2514,6 +2517,12 @@ defineExpose({ white-space: nowrap; } + .switch-status-row { + display: flex; + align-items: center; + gap: 8px; + } + .switch-status { font-size: 22px; color: #09b8c2; @@ -2522,6 +2531,15 @@ defineExpose({ color: #999; } } + + .link-control-tag { + font-size: 20px; + color: #ff6b00; + background: rgba(255, 107, 0, 0.1); + padding: 2px 8px; + border-radius: 3px; + white-space: nowrap; + } } }