update:更新页面样式

This commit is contained in:
2021-09-27 10:26:16 +08:00
parent 58d39098de
commit 2e3b8ce86e
11 changed files with 367 additions and 182 deletions

View File

@@ -6,9 +6,12 @@
<script>
export default {
name: 'App',
name: "App"
};
</script>
<style>
<style lang="less" scoped>
#app {
font-family: PingFangSC-Regular, PingFang SC;
font-size: 14px;
}
</style>