🐞 fix(发货列表详情): 修复按钮样式
This commit is contained in:
parent
cc99111b4f
commit
4fbcc684f8
@ -123,10 +123,10 @@ const DeliveryDetail: FC = () => {
|
||||
const BottomBar = useMemo(() => {
|
||||
return (
|
||||
<View className={styles.bottomBar}>
|
||||
<NormalButton plain type="primary" round onClick={handleUploadPic}>
|
||||
<NormalButton plain type="primary" customStyles={{ width: '45%' }} round onClick={handleUploadPic}>
|
||||
上传附件
|
||||
</NormalButton>
|
||||
<NormalButton type="primary" round onClick={handleAudit}>
|
||||
<NormalButton type="primary" round customStyles={{ width: '45%' }} onClick={handleAudit}>
|
||||
确认审核
|
||||
</NormalButton>
|
||||
</View>
|
||||
|
Loading…
x
Reference in New Issue
Block a user