mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
兼容Modal属性
This commit is contained in:
@@ -93,7 +93,7 @@ const SubscriptionLogModal = ({
|
||||
return (
|
||||
<Modal
|
||||
title={titleElement()}
|
||||
visible={visible}
|
||||
open={visible}
|
||||
centered
|
||||
className="log-modal"
|
||||
bodyStyle={{
|
||||
|
||||
@@ -272,7 +272,7 @@ const SubscriptionModal = ({
|
||||
</span>
|
||||
)
|
||||
}
|
||||
visible={visible}
|
||||
open={visible}
|
||||
forceRender
|
||||
centered
|
||||
maskClosable={false}
|
||||
|
||||
Reference in New Issue
Block a user