format:format and fix code

This commit is contained in:
jiangrui
2025-02-24 15:22:43 +08:00
parent c784b562c4
commit f5106e782a
46 changed files with 2055 additions and 1172 deletions

View File

@@ -5,32 +5,32 @@
</template>
<style>
#app {
height: 100vh;
}
:root {
--theme-color: #3e3e3e;
--theme-theme: #133ab3;
--theme-background: #fafafa;
--theme-other_background: #ffffff;
}
html,
body {
margin: 0;
font-size: 15px;
font-family:
v-sans,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
Segoe UI Symbol;
line-height: 1.6;
color: var(--theme-color);
background-color: var(--theme-background);
word-wrap: break-word;
}
#app {
height: 100vh;
}
:root {
--theme-color: #3e3e3e;
--theme-theme: #133ab3;
--theme-background: #fafafa;
--theme-other_background: #ffffff;
}
html,
body {
margin: 0;
font-size: 15px;
font-family:
v-sans,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
Segoe UI Symbol;
line-height: 1.6;
color: var(--theme-color);
background-color: var(--theme-background);
word-wrap: break-word;
}
</style>