🤯style: remove useless card headerStyle

This commit is contained in:
t0ng7u
2025-06-29 00:11:15 +08:00
parent 6b9237f868
commit cffade7210
6 changed files with 0 additions and 21 deletions

View File

@@ -154,10 +154,6 @@ const EditRedemption = (props) => {
</Title>
</Space>
}
headerStyle={{
borderBottom: '1px solid var(--semi-color-border)',
padding: '24px'
}}
bodyStyle={{ padding: '0' }}
visible={props.visiable}
width={isMobile() ? '100%' : 600}