feat: 佣金提现和备注功能

This commit is contained in:
2025-09-15 01:09:06 -07:00
parent 2f0123078b
commit 8241e95508
19 changed files with 703 additions and 26 deletions
@@ -148,7 +148,7 @@ export function EnhancedInput({
step={0.01}
{...props}
value={value}
className='block h-[44px] rounded-full border-none bg-white shadow-[inset_0_0_7.6px_0_rgba(0,0,0,0.25)]'
className='block h-[40px] rounded-full border-none bg-white shadow-[inset_0_0_7.6px_0_rgba(0,0,0,0.25)]'
onChange={handleChange}
onBlur={handleBlur}
/>