seat.vue 207 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <script setup></script> <template> <div class="view"> <router-view /> </div> </template> <style scoped lang="scss"> .view { //min-width: 1024px; max-width: 1920px; margin: 0 auto; } </style>