mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-12 00:53:41 +08:00
优化前端代码
This commit is contained in:
@@ -253,6 +253,7 @@ const EditChannel = (props) => {
|
||||
return (
|
||||
<>
|
||||
<SideSheet
|
||||
maskClosable={false}
|
||||
placement={isEdit ? 'right' : 'left'}
|
||||
title={<Title level={3}>{isEdit ? '更新渠道信息' : '创建新的渠道'}</Title>}
|
||||
headerStyle={{borderBottom: '1px solid var(--semi-color-border)'}}
|
||||
|
||||
Reference in New Issue
Block a user