deepchart后台管理系统
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.

14 lines
151 B

3 months ago
3 months ago
3 months ago
3 months ago
  1. <template>
  2. <router-view />
  3. </template>
  4. <script setup>
  5. </script>
  6. <style scoped>
  7. * {
  8. margin: 0;
  9. padding: 0;
  10. box-sizing: border-box;
  11. }
  12. </style>