style: 移除 Websites.vue 中所有尾部多余空格

This commit is contained in:
liumangmang
2026-07-01 15:16:07 +08:00
parent 02e41fa80e
commit 756d6e1083
+7 -7
View File
@@ -308,7 +308,7 @@
<span>可选分组列表 (已选 {{ tempSelectedKeys.filter(k => filteredGroupsForModal.some(g => g.key === k)).length }}/{{ filteredGroupsForModal.length }})</span> <span>可选分组列表 (已选 {{ tempSelectedKeys.filter(k => filteredGroupsForModal.some(g => g.key === k)).length }}/{{ filteredGroupsForModal.length }})</span>
</el-checkbox> </el-checkbox>
</div> </div>
<div class="list-container group-list-scroll"> <div class="list-container group-list-scroll">
<div v-if="upstreamGroupOptions.length === 0" class="empty-hint-dialog"> <div v-if="upstreamGroupOptions.length === 0" class="empty-hint-dialog">
暂无分组快照请先同步上游 暂无分组快照请先同步上游
@@ -351,7 +351,7 @@
<span>已选分组 ({{ tempSelectedKeys.length }})</span> <span>已选分组 ({{ tempSelectedKeys.length }})</span>
<el-button v-if="tempSelectedKeys.length > 0" type="danger" size="small" link @click="clearAllTempKeys">清空</el-button> <el-button v-if="tempSelectedKeys.length > 0" type="danger" size="small" link @click="clearAllTempKeys">清空</el-button>
</div> </div>
<div class="list-container selected-list-scroll"> <div class="list-container selected-list-scroll">
<div v-if="tempSelectedKeys.length === 0" class="empty-hint-dialog small"> <div v-if="tempSelectedKeys.length === 0" class="empty-hint-dialog small">
暂无选定分组 暂无选定分组
@@ -1987,14 +1987,14 @@ onMounted(loadAll)
max-height: 480px; max-height: 480px;
overflow-y: auto; overflow-y: auto;
} }
.left-panel { .left-panel {
border-right: none; border-right: none;
border-bottom: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color);
max-height: 120px; max-height: 120px;
height: auto; height: auto;
} }
.left-panel .list-container { .left-panel .list-container {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@@ -2002,16 +2002,16 @@ onMounted(loadAll)
gap: 6px; gap: 6px;
padding: 8px; padding: 8px;
} }
.left-panel .list-item { .left-panel .list-item {
margin-bottom: 0; margin-bottom: 0;
padding: 4px 10px; padding: 4px 10px;
} }
.middle-panel { .middle-panel {
max-height: 240px; max-height: 240px;
} }
.right-panel { .right-panel {
border-left: none; border-left: none;
border-top: 1px solid var(--border-color); border-top: 1px solid var(--border-color);