From 50bc53a1f546378b56c0a2f4e2bdb13234b5b610 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Tue, 18 Nov 2025 20:07:17 +0800 Subject: [PATCH] Fix: Modify the personal center style #10703 (#11347) ### What problem does this PR solve? Fix: Modify the personal center style ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/components/dynamic-form.tsx | 4 +- .../components/originui/password-input.tsx | 5 +-- .../originui/select-with-search.tsx | 4 +- web/src/components/ui/input.tsx | 2 +- web/src/components/ui/textarea.tsx | 2 +- web/src/components/ui/tooltip.tsx | 4 +- web/src/hooks/llm-hooks.tsx | 5 ++- web/src/locales/en.ts | 2 + web/src/locales/zh.ts | 2 + .../data-source/add-datasource-modal.tsx | 12 +++--- .../component/added-source-card.tsx | 21 +++++++---- web/src/pages/user-setting/mcp/index.tsx | 1 + .../pages/user-setting/mcp/mcp-operation.tsx | 37 +++++++++---------- web/src/pages/user-setting/profile/index.tsx | 20 +++++----- .../setting-model/components/modal-card.tsx | 14 ++++--- .../components/system-setting.tsx | 3 +- .../setting-model/components/un-add-model.tsx | 5 ++- .../setting-team/tenant-table.tsx | 2 +- .../user-setting/setting-team/user-table.tsx | 2 +- 19 files changed, 79 insertions(+), 68 deletions(-) diff --git a/web/src/components/dynamic-form.tsx b/web/src/components/dynamic-form.tsx index 5c78a1dcb..41a57ea92 100644 --- a/web/src/components/dynamic-form.tsx +++ b/web/src/components/dynamic-form.tsx @@ -496,7 +496,7 @@ const DynamicForm = {