瀏覽代碼

样式优化

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);