From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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