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;
+ }
}
}