🎨 style: remove all prefix icons to simplify the layout of the sidesheet component

This commit is contained in:
t0ng7u
2025-06-26 16:36:36 +08:00
parent 39cb45c11c
commit 1a0aac81df
4 changed files with 0 additions and 30 deletions

View File

@@ -28,7 +28,6 @@ import {
IconCreditCard,
IconSave,
IconClose,
IconPlusCircle,
IconGift,
} from '@douyinfe/semi-icons';
@@ -261,7 +260,6 @@ const EditRedemption = (props) => {
autoComplete="new-password"
type="number"
className="w-full !rounded-lg"
prefix={<IconCreditCard />}
data={[
{ value: 500000, label: '1$' },
{ value: 5000000, label: '10$' },
@@ -283,7 +281,6 @@ const EditRedemption = (props) => {
autoComplete="new-password"
type="number"
className="!rounded-lg"
prefix={<IconPlusCircle />}
/>
</div>
)}