修改日历与弹出窗
This commit is contained in:
@@ -133,7 +133,7 @@ const CommonPopup: React.FC<CommonPopupProps> = ({
|
||||
</View>
|
||||
|
||||
{!hideFooter && (
|
||||
<View className={styles['common-popup__footer']}>
|
||||
<View className={`${styles['common-popup__footer']} custom_footer`}>
|
||||
<Button className={`${styles['common-popup__btn']} ${styles['common-popup__btn-cancel']}`} type='default' size='small' onClick={handleCancel}>
|
||||
{cancelText}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user