修改弹窗问题
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
@use '~@/scss/themeColor.scss' as theme;
|
||||
|
||||
.common-popup {
|
||||
position: fixed;
|
||||
z-index: 99999!important;
|
||||
.common-popup__drag-handle-container {
|
||||
position: position;
|
||||
}
|
||||
|
||||
@@ -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