From 128bc2241d6182770ba08c208490542546433066 Mon Sep 17 00:00:00 2001 From: zhsama Date: Wed, 22 Oct 2025 17:35:04 +0800 Subject: [PATCH] feat(checkbox): adjust styles for checkbox component layout --- web/app/components/base/badge.tsx | 2 +- web/app/components/base/checkbox-list/index.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/components/base/badge.tsx b/web/app/components/base/badge.tsx index 0362d8d6c4..9a0c93118a 100644 --- a/web/app/components/base/badge.tsx +++ b/web/app/components/base/badge.tsx @@ -20,7 +20,7 @@ const Badge = ({ return (
= ({ }, [value, onChange, disabled]) return ( -
+
{label && (
{label} @@ -122,9 +122,9 @@ const CheckboxList: FC = ({ disabled={disabled} /> )} - {!searchQuery ?
+ {!searchQuery ?
{title && ( - + {title} )}