You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
168 B

10 months ago
9 months ago
9 months ago
10 months ago
  1. <template>
  2. <RouterView/>
  3. </template>
  4. <script setup lang="ts">
  5. </script>
  6. <style>
  7. html{
  8. overflow: hidden;
  9. }
  10. #app>*{
  11. height: 100vh;
  12. overflow: auto;
  13. }
  14. </style>