update:格式化代码

This commit is contained in:
hrz
2025-04-05 20:19:28 +08:00
parent d255edfd5f
commit 03441c8582
23 changed files with 414 additions and 417 deletions
+3 -4
View File
@@ -1,11 +1,10 @@
<template>
<div id="app">
<router-view/>
<router-view />
</div>
</template>
<style lang="scss">
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
@@ -29,7 +28,7 @@ nav {
.copyright {
text-align: center;
color:rgb(0, 0, 0);
color: rgb(0, 0, 0);
font-size: 12px;
font-weight: 400;
margin-top: auto;
@@ -40,10 +39,10 @@ nav {
transform: translateX(-50%);
width: 100%;
}
.el-message {
top: 45px !important;
}
</style>
<script>
</script>