mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-05-17 21:44:43 +02:00
Add files via upload
This commit is contained in:
@@ -6584,9 +6584,8 @@ header {
|
||||
|
||||
/* 批量任务相关样式 */
|
||||
.batch-queues-section {
|
||||
margin-top: 32px;
|
||||
padding-top: 24px;
|
||||
border-top: 2px solid var(--border-color);
|
||||
margin-top: 16px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.batch-queues-header {
|
||||
|
||||
@@ -570,7 +570,6 @@
|
||||
<div class="batch-queues-section" id="batch-queues-section" style="display: none;">
|
||||
<div class="batch-queues-header">
|
||||
<h3>批量任务队列</h3>
|
||||
<button class="btn-secondary btn-small" onclick="refreshBatchQueues()">刷新</button>
|
||||
</div>
|
||||
<div id="batch-queues-list" class="batch-queues-list"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user