From 0e5e21512a773d30f071a73fcdd7803970291240 Mon Sep 17 00:00:00 2001 From: YangFong Date: Wed, 26 Feb 2025 08:43:55 +0800 Subject: [PATCH] style: optimize the color scheme (#539) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整暗色模式下元素配色,提升辨识度 - 增加边框,便于区分边界 - 移除最外层元素边距,使编辑区与浏览区直接贴边 --- src/components/CodemirrorEditor/CssEditor.vue | 2 +- src/components/CodemirrorEditor/EditorHeader/index.vue | 2 +- src/components/CodemirrorEditor/PostSlider.vue | 10 +++++----- src/components/CodemirrorEditor/RightSlider.vue | 4 ++-- src/views/CodemirrorEditor.vue | 3 +-- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/components/CodemirrorEditor/CssEditor.vue b/src/components/CodemirrorEditor/CssEditor.vue index 0422bbe40..f391b6fa2 100644 --- a/src/components/CodemirrorEditor/CssEditor.vue +++ b/src/components/CodemirrorEditor/CssEditor.vue @@ -104,7 +104,7 @@ function tabChanged(tabName: string | number) {