app.wxss 296 B

12345678910111213
  1. /**app.wxss**/
  2. .popup-my {
  3. position: fixed !important;
  4. height: 100% !important;
  5. width: 100% !important;
  6. z-index: 999999 !important;
  7. }
  8. view.van-calendar__header-title.header-index--van-calendar_header-title {
  9. display: none !important;
  10. height: 0 !important;
  11. opacity: 0 !important;
  12. }