소스 검색

样式优化

dreamnight 5 년 전
부모
커밋
ac1bcb90d7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/fixedBottom.vue

+ 1 - 0
src/components/fixedBottom.vue

@@ -26,6 +26,7 @@ export default {
 
 <style lang="scss" scoped>
   .fixed-btn-main {
+    z-index: 100;
     position: fixed;
     bottom: 0;
     padding-bottom: env(safe-area-inset-bottom);