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