完成40%

This commit is contained in:
rain
2026-07-23 17:21:27 +08:00
parent f1edc6b533
commit bb6431b319
114 changed files with 10931 additions and 877 deletions
+7
View File
@@ -99,3 +99,10 @@ view:not(.page-header-slot):has(> .page-header-slot) {
min-width: 48px;
min-height: 48px;
}
// App 端原生 button 在 disabled 时会自行注入浅色底,认证页的文字按钮不能
// 继承这一默认控件外观。禁用态由各页面的文字颜色表达,不再出现白色方块。
.auth-page.auth-page .auth-plain-button[disabled] {
background: transparent !important;
opacity: 1;
}