12345678910111213141516171819 |
- <template>
- <el-config-provider>
- <router-view />
- </el-config-provider>
- </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>
|