diff --git a/frontend/src/views/Websites.vue b/frontend/src/views/Websites.vue index 3690616..ab77ef9 100644 --- a/frontend/src/views/Websites.vue +++ b/frontend/src/views/Websites.vue @@ -308,7 +308,7 @@ 可选分组列表 (已选 {{ tempSelectedKeys.filter(k => filteredGroupsForModal.some(g => g.key === k)).length }}/{{ filteredGroupsForModal.length }}) - +
暂无分组快照,请先同步上游 @@ -351,7 +351,7 @@ 已选分组 ({{ tempSelectedKeys.length }}) 清空
- +
暂无选定分组 @@ -1987,14 +1987,14 @@ onMounted(loadAll) max-height: 480px; overflow-y: auto; } - + .left-panel { border-right: none; border-bottom: 1px solid var(--border-color); max-height: 120px; height: auto; } - + .left-panel .list-container { display: flex; flex-direction: row; @@ -2002,16 +2002,16 @@ onMounted(loadAll) gap: 6px; padding: 8px; } - + .left-panel .list-item { margin-bottom: 0; padding: 4px 10px; } - + .middle-panel { max-height: 240px; } - + .right-panel { border-left: none; border-top: 1px solid var(--border-color);