区块部分的基础数据

This commit is contained in:
2021-09-25 17:38:48 +08:00
parent 24aa6d50dd
commit 51b56fa953
12 changed files with 382 additions and 84 deletions

View File

@@ -30,10 +30,12 @@ watch(route, (to: RouteLocationNormalizedLoaded) => {
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-size: 14px;
background: #FAFAFA;
}
#layout {