소스 검색

水印导致日历事件不触发

cxmo 1 년 전
부모
커밋
ba252ed44b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/hzyb/forexCalendar/components/BaseCalendar.vue

+ 2 - 0
src/views/hzyb/forexCalendar/components/BaseCalendar.vue

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