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