Kaynağa Gözat

更新 'src/App.vue'

chuck 1 yıl önce
ebeveyn
işleme
d42fbc6c3f
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  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;