Преглед изворни кода

style: 修复ios筛选滚动问题

cuiyalong пре 11 месеци
родитељ
комит
1ae3a82374
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      apps/mobile/src/components/selector/zhima-three-sidebar/popup.vue

+ 2 - 0
apps/mobile/src/components/selector/zhima-three-sidebar/popup.vue

@@ -104,6 +104,8 @@ export default {
   ::v-deep {
     .default-sidebar-height {
       height: calc(72vh - 162px - 2px);
+      height: calc(72vh - 162px - 2px - constant(safe-area-inset-bottom));
+      height: calc(72vh - 162px - 2px - env(safe-area-inset-bottom));
     }
 
     .header-nav {