App.vue 189 B

123456789101112131415
  1. <script setup>
  2. </script>
  3. <template>
  4. <RouterView />
  5. </template>
  6. <style lang="less">
  7. body {
  8. margin: 0 ;
  9. overflow: hidden;
  10. height: 100%;
  11. background-color: @bg-color2;
  12. }
  13. </style>