url
zxl
17 小时以前 4cb034bd628af1ec98b35b39cb25a49cd19fe048
subpackage/manager/report.vue
@@ -730,4 +730,12 @@
  font-size: 24rpx;
  border-radius: 8rpx;
}
/* 修复日期选择器弹窗被底部导航栏遮挡 */
::v-deep .uni-calendar__mask {
  z-index: 998 !important;
}
::v-deep .uni-calendar--fixed {
  z-index: 999 !important;
}
</style>