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/base/features/new-feature-panel/annotation-reply/score-slider/index.tsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/base/features/new-feature-panel/annotation-reply/score-slider/index.tsx b/app/components/base/features/new-feature-panel/annotation-reply/score-slider/index.tsx index 2fc89b9..3a9a34b 100644 --- a/app/components/base/features/new-feature-panel/annotation-reply/score-slider/index.tsx +++ b/app/components/base/features/new-feature-panel/annotation-reply/score-slider/index.tsx @@ -19,7 +19,7 @@ return ( <div className={className}> - <div className='mt-[14px] h-[1px]'> + <div className='h-[1px] mt-[14px]'> <Slider max={100} min={80} @@ -28,7 +28,7 @@ onChange={onChange} /> </div> - <div className='system-xs-semibold-uppercase mt-[10px] flex items-center justify-between'> + <div className='mt-[10px] flex justify-between items-center system-xs-semibold-uppercase'> <div className='flex space-x-1 text-util-colors-cyan-cyan-500'> <div>0.8</div> <div>路</div> -- Gitblit v1.8.0