From 38d899fa94e0a73fdf259eec698df4c4042c1041 Mon Sep 17 00:00:00 2001 From: aits2026 Date: Tue, 10 Mar 2026 13:38:29 +0800 Subject: [PATCH] style: tighten settings and account menu --- src/components/Sidebar.scss | 2 +- src/pages/SettingsPage.scss | 10 +--------- src/pages/SettingsPage.tsx | 1 - 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/components/Sidebar.scss b/src/components/Sidebar.scss index 89a791c..1774e75 100644 --- a/src/components/Sidebar.scss +++ b/src/components/Sidebar.scss @@ -53,7 +53,7 @@ z-index: 12; border: 1px solid var(--border-color); border-radius: 12px; - background: var(--bg-secondary); + background: var(--bg-secondary-solid, var(--bg-primary)); display: flex; flex-direction: column; gap: 4px; diff --git a/src/pages/SettingsPage.scss b/src/pages/SettingsPage.scss index 40b8f73..567e056 100644 --- a/src/pages/SettingsPage.scss +++ b/src/pages/SettingsPage.scss @@ -32,7 +32,7 @@ align-items: flex-start; justify-content: space-between; gap: 20px; - margin-bottom: 18px; + margin-bottom: 14px; flex-shrink: 0; h1 { @@ -46,14 +46,6 @@ .settings-title-block { display: flex; flex-direction: column; - gap: 6px; - - p { - margin: 0; - font-size: 13px; - color: var(--text-tertiary); - line-height: 1.6; - } } .settings-actions { diff --git a/src/pages/SettingsPage.tsx b/src/pages/SettingsPage.tsx index d0ae9b2..78e1997 100644 --- a/src/pages/SettingsPage.tsx +++ b/src/pages/SettingsPage.tsx @@ -2098,7 +2098,6 @@ function SettingsPage({ onClose }: SettingsPageProps = {}) {

设置

-

在这里集中调整 WeFlow 的功能、外观与数据行为。