From b85b7ee5505e5d49e685e2558e921eb684dce8fe Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 20 Jan 2026 00:32:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E5=85=B3=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=AD=E5=A2=9E=E5=8A=A0=E5=AE=9A=E6=97=B6=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/other/index.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/other/index.vue b/src/components/other/index.vue index 0ab994c..043c277 100644 --- a/src/components/other/index.vue +++ b/src/components/other/index.vue @@ -463,6 +463,7 @@ 运行中 已关闭 联动中 + 定时中 @@ -2540,6 +2541,15 @@ defineExpose({ border-radius: 3px; white-space: nowrap; } + + .timing-control-tag { + font-size: 20px; + color: #1589E9; + background: rgba(21, 137, 233, 0.1); + padding: 2px 8px; + border-radius: 3px; + white-space: nowrap; + } } }