diff --git a/frontend/src/components/queue/QueueItemManager.vue b/frontend/src/components/queue/QueueItemManager.vue
index 739ab20..6b314f3 100644
--- a/frontend/src/components/queue/QueueItemManager.vue
+++ b/frontend/src/components/queue/QueueItemManager.vue
@@ -18,6 +18,9 @@
size="middle"
:scroll="{ x: 600 }"
>
+
+ 暂无队列项
+
第{{ index + 1 }}个脚本
@@ -45,9 +48,6 @@
-
+
+ 暂无定时项
+
-
-
{
font-weight: 600;
}
-.empty-state {
- text-align: center;
- padding: 40px 0;
-}
/* 表格样式优化 */
:deep(.ant-table-tbody > tr > td) {
diff --git a/frontend/src/views/Queue.vue b/frontend/src/views/Queue.vue
index 46c7b52..0dc62fd 100644
--- a/frontend/src/views/Queue.vue
+++ b/frontend/src/views/Queue.vue
@@ -1,131 +1,196 @@
-