Commit 8e7d3b3d by t0ng7u

🤯style: remove useless card headerStyle

parent e2c34bde
...@@ -449,10 +449,6 @@ const EditChannel = (props) => { ...@@ -449,10 +449,6 @@ const EditChannel = (props) => {
</Title> </Title>
</Space> </Space>
} }
headerStyle={{
borderBottom: '1px solid var(--semi-color-border)',
padding: '24px'
}}
bodyStyle={{ padding: '0' }} bodyStyle={{ padding: '0' }}
visible={props.visible} visible={props.visible}
width={isMobile() ? '100%' : 600} width={isMobile() ? '100%' : 600}
......
...@@ -274,10 +274,6 @@ const EditTagModal = (props) => { ...@@ -274,10 +274,6 @@ const EditTagModal = (props) => {
</Title> </Title>
</Space> </Space>
} }
headerStyle={{
borderBottom: '1px solid var(--semi-color-border)',
padding: '24px'
}}
bodyStyle={{ padding: '0' }} bodyStyle={{ padding: '0' }}
visible={visible} visible={visible}
width={600} width={600}
......
...@@ -154,10 +154,6 @@ const EditRedemption = (props) => { ...@@ -154,10 +154,6 @@ const EditRedemption = (props) => {
</Title> </Title>
</Space> </Space>
} }
headerStyle={{
borderBottom: '1px solid var(--semi-color-border)',
padding: '24px'
}}
bodyStyle={{ padding: '0' }} bodyStyle={{ padding: '0' }}
visible={props.visiable} visible={props.visiable}
width={isMobile() ? '100%' : 600} width={isMobile() ? '100%' : 600}
......
...@@ -254,10 +254,6 @@ const EditToken = (props) => { ...@@ -254,10 +254,6 @@ const EditToken = (props) => {
</Title> </Title>
</Space> </Space>
} }
headerStyle={{
borderBottom: '1px solid var(--semi-color-border)',
padding: '24px',
}}
bodyStyle={{ padding: '0' }} bodyStyle={{ padding: '0' }}
visible={props.visiable} visible={props.visiable}
width={isMobile() ? '100%' : 600} width={isMobile() ? '100%' : 600}
......
...@@ -65,10 +65,6 @@ const AddUser = (props) => { ...@@ -65,10 +65,6 @@ const AddUser = (props) => {
</Title> </Title>
</Space> </Space>
} }
headerStyle={{
borderBottom: '1px solid var(--semi-color-border)',
padding: '24px'
}}
bodyStyle={{ padding: '0' }} bodyStyle={{ padding: '0' }}
visible={props.visible} visible={props.visible}
width={isMobile() ? '100%' : 600} width={isMobile() ? '100%' : 600}
......
...@@ -134,7 +134,6 @@ const EditUser = (props) => { ...@@ -134,7 +134,6 @@ const EditUser = (props) => {
</Title> </Title>
</Space> </Space>
} }
headerStyle={{ borderBottom: '1px solid var(--semi-color-border)', padding: '24px' }}
bodyStyle={{ padding: 0 }} bodyStyle={{ padding: 0 }}
visible={props.visible} visible={props.visible}
width={isMobile() ? '100%' : 600} width={isMobile() ? '100%' : 600}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment