Explorar o código

浏览器适配修改

Zhangbw hai 2 meses
pai
achega
21243ad50e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/pages/pool/pool.vue

+ 3 - 0
src/pages/pool/pool.vue

@@ -440,6 +440,7 @@ onUnmounted(() => {
 .scroll-view {
   flex: 1;
   height: 0;
+  -webkit-overflow-scrolling: touch;
 }
 
 .content-wrapper {
@@ -653,5 +654,7 @@ onUnmounted(() => {
 
 .bottom-safe-area {
   height: 80rpx;
+  padding-bottom: constant(safe-area-inset-bottom);
+  padding-bottom: env(safe-area-inset-bottom);
 }
 </style>