修改日历与弹出窗

This commit is contained in:
筱野
2025-11-14 20:50:20 +08:00
parent b13979c4ab
commit 95e17d19f8
8 changed files with 24 additions and 42 deletions

View File

@@ -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>