完成40%
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user