Sfoglia il codice sorgente

H5:点单订单列表样式

panyong 3 anni fa
parent
commit
2ba4face66
1 ha cambiato i file con 5 aggiunte e 6 eliminazioni
  1. 5 6
      htmldev/dashboard/src/views/order/index.vue

+ 5 - 6
htmldev/dashboard/src/views/order/index.vue

@@ -10,7 +10,7 @@
         </li>
       </ul>
     </div>
-    <div class="list">
+    <div class="af-list">
       <router-view></router-view>
     </div>
   </div>
@@ -32,8 +32,7 @@ export default {
 </script>
 <style lang="scss" scoped>
 .order-list {
-  height: 100vh;
-  position: relative;
+  padding-top: 43px;
 
   .header {
     display: flex;
@@ -80,9 +79,9 @@ export default {
     }
   }
 
-  .list {
-    height: 100vh;
-    padding-top: 43px;
+  .af-list {
+    min-height: 100vh;
+    padding-bottom: 50px;
   }
 }
 </style>