- <template>
- <router-view />
- </template>
- <script setup lang="ts"></script>
- <style>
- #app {
- font-family: PingFang SC-Regular, PingFang SC;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- color: #2c3e50;
- background-color: var(--color-bg-1);
- }
- </style>
|