style: 代码格式化调整

- 应用 linter 和 prettier 格式化规则
This commit is contained in:
lzh
2025-12-19 13:54:09 +08:00
parent 53f0595786
commit b14bd96cb2
6 changed files with 155 additions and 123 deletions

View File

@@ -22,8 +22,8 @@
}
.loading.hidden {
pointer-events: none;
visibility: hidden;
pointer-events: none;
opacity: 0;
transition: all 0.8s ease-out;
}
@@ -34,10 +34,12 @@
.title {
margin-top: 66px;
font-family:
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
Arial, sans-serif !important;
font-size: 28px;
font-weight: 600 !important;
color: rgb(0 0 0 / 85%) !important;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}
.dark .title {