修改弹窗问题
This commit is contained in:
@@ -183,6 +183,7 @@ const DialogCalendarCard: React.FC<DialogCalendarCardProps> = ({
|
||||
cancelText="取消"
|
||||
confirmText={getConfirmText()}
|
||||
onConfirm={handleConfirm}
|
||||
className={styles["calendar-popup"]}
|
||||
position="bottom"
|
||||
round
|
||||
zIndex={1000}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
.calendar-container{
|
||||
padding: 26px 12px 8px;
|
||||
}
|
||||
.calendar-popup{
|
||||
background-color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user