Sfoglia il codice sorgente

更新 'src/App.vue'

chuck 1 anno fa
parent
commit
d42fbc6c3f
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      src/App.vue

+ 8 - 0
src/App.vue

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