feat: fix CommonPopup nesting use and fix some style problem
This commit is contained in:
@@ -54,7 +54,7 @@ const CommonPopup: React.FC<CommonPopupProps> = ({
|
||||
closeable={false}
|
||||
onClose={onClose}
|
||||
className={`${styles['common-popup']} ${className ? className : ''}`}
|
||||
style={{ ...style, zIndex: zIndex ? zIndex : undefined }}
|
||||
style={{ zIndex: zIndex ? zIndex : undefined, ...style }}
|
||||
>
|
||||
{showHeader && (
|
||||
<View className={styles['common-popup__header']}>
|
||||
|
||||
Reference in New Issue
Block a user