zxl
12 小时以前 2cb1add64f6a28da8616d5eb6f5bdb4ad1d7a7e6
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>