From 756d6e10837b70eb30ed460e26651d9df6197bc1 Mon Sep 17 00:00:00 2001 From: liumangmang Date: Wed, 1 Jul 2026 15:16:07 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=20Websites.vue=20?= =?UTF-8?q?=E4=B8=AD=E6=89=80=E6=9C=89=E5=B0=BE=E9=83=A8=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Websites.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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);