Browse Source

更新 'src/App.vue'

chuck 1 year ago
parent
commit
d42fbc6c3f
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/App.vue

+ 8 - 0
src/App.vue

@@ -109,6 +109,14 @@ const navsData = ref([
   }
 </style>
 <style scoped>
+  @media (max-width: 600px) {
+    .left {
+      display: none;
+    }
+    .right {
+      margin-left: unset;
+    }
+  }
   .left{
     position: fixed;
     width: 300px;