爆款开头复刻样式修改

This commit is contained in:
孙佳艺
2026-06-22 16:11:55 +08:00
parent 03e5b049b4
commit 58b1372232
9 changed files with 2337 additions and 1239 deletions
@@ -588,7 +588,7 @@ const VideoTrimPicker: React.FC<VideoTrimPickerProps> = ({
)}
</div>
<div style={{ marginTop: -54, padding: '0 8px 0' }}>
<div style={{ marginTop: 0, padding: '0 8px 0' }}>
<Slider
range
min={0}
@@ -616,7 +616,7 @@ const VideoTrimPicker: React.FC<VideoTrimPickerProps> = ({
marginTop: 0,
// backgroundColor: '#fff',
// border: '3px solid #6366f1',
boxShadow: '0 2px 8px rgba(99, 102, 241, 0.3)',
// boxShadow: '0 2px 8px rgba(99, 102, 241, 0.3)',
transition: 'all 0.2s cubic-bezier(0.4, 0, 0.2, 1)',
},
}}