style: 代码格式化调整
- 应用 linter 和 prettier 格式化规则
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user