1234567891011121314151617 |
- <template>
- <router-view></router-view>
- </template>
- <script setup>
- </script>
- <style>
- #app {
- font-family: 'Microsoft YaHei';
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- color: #2c3e50;
- margin: 0;
- padding: 0;
- }
- </style>
|