From 5e8fe30035d6089edb02f1679087d7aca871e08a Mon Sep 17 00:00:00 2001 From: HyaCinth <88471803+HyaCiovo@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:56:10 +0800 Subject: [PATCH] fix(ui): Optimize UI component styles and layouts (#24090) (#24092) --- .../documents/detail/completed/common/tag.tsx | 2 +- web/app/components/datasets/documents/list.tsx | 12 +++++++----- web/app/components/explore/category.tsx | 2 +- .../components/header/account-dropdown/support.tsx | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/web/app/components/datasets/documents/detail/completed/common/tag.tsx b/web/app/components/datasets/documents/detail/completed/common/tag.tsx index 306087d2e..914f8dc61 100644 --- a/web/app/components/datasets/documents/detail/completed/common/tag.tsx +++ b/web/app/components/datasets/documents/detail/completed/common/tag.tsx @@ -5,7 +5,7 @@ const Tag = ({ text, className }: { text: string; className?: string }) => { return (
# - {text} + {text}
) } diff --git a/web/app/components/datasets/documents/list.tsx b/web/app/components/datasets/documents/list.tsx index 83effd446..94010d32e 100644 --- a/web/app/components/datasets/documents/list.tsx +++ b/web/app/components/datasets/documents/list.tsx @@ -301,6 +301,7 @@ export const OperationAction: FC<{