@@ -80,6 +80,7 @@ defineExpose({ calendarApi });
flex-direction: column;
position:relative;
.full-calendar-wrap{
+ z-index: 2;
flex: 1;
:deep(.fc-daygrid-day-top){ //日期偏左显示
flex-direction: row;
@@ -154,6 +155,7 @@ defineExpose({ calendarApi });
}
.water-mark{
+ z-index: 1;
position: absolute;
top:0;
bottom: 0;