🤯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

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

View File

@@ -274,10 +274,6 @@ const EditTagModal = (props) => {
</Title>
</Space>
}
headerStyle={{
borderBottom: '1px solid var(--semi-color-border)',
padding: '24px'
}}
bodyStyle={{ padding: '0' }}
visible={visible}
width={600}