From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/datasets/create/stepper/step.tsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/datasets/create/stepper/step.tsx b/app/components/datasets/create/stepper/step.tsx index 91e9c71..c230de1 100644 --- a/app/components/datasets/create/stepper/step.tsx +++ b/app/components/datasets/create/stepper/step.tsx @@ -17,12 +17,12 @@ const label = isActive ? `STEP ${index + 1}` : `${index + 1}` return <div className='flex items-center gap-2'> <div className={classNames( - 'h-5 py-1 rounded-3xl flex-col justify-center items-center gap-2 inline-flex', + 'h-5 px-2 py-1 rounded-3xl flex-col justify-center items-center gap-2 inline-flex', isActive - ? 'px-2 bg-state-accent-solid' + ? 'bg-state-accent-solid' : !isDisabled - ? 'w-5 border border-text-quaternary' - : 'w-5 border border-divider-deep', + ? 'border border-text-quaternary' + : 'border border-divider-deep', )}> <div className={classNames( 'text-center system-2xs-semibold-uppercase', -- Gitblit v1.8.0