fix(web): pricing UI

This commit is contained in:
zhaoying
2025-12-26 13:58:43 +08:00
parent 52bc67d91d
commit 0a5beeb053
6 changed files with 16 additions and 8 deletions

View File

@@ -364,7 +364,7 @@ const OrderPayment: React.FC = () => {
label={t('pricing.transferDate')}
required
>
<DatePicker className="rb:w-full" />
<DatePicker className="rb:w-full" placeholder={t('common.pleaseSelect')} />
</Form.Item>
<Form.Item
name="remarks"