chore: remove legacy token aliases and login optional chaining

This commit is contained in:
2026-08-07 17:51:29 +08:00
parent 6f725c66aa
commit 0e0ed4fcd4
5 changed files with 7 additions and 30 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
.status-tabs {
margin: 20px 0;
background: var(--bg-card);
border: var(--line-card);
border: 1rpx solid var(--border);
border-radius: 16px;
padding: 8px 0;
}
+1 -1
View File
@@ -188,7 +188,7 @@
height: 60px;
border-radius: 12px;
background: var(--bg-input);
border: var(--line-card);
border: 1rpx solid var(--border);
display: flex;
align-items: center;
justify-content: center;
+1 -1
View File
@@ -58,7 +58,7 @@
/* 5状态快捷入口 - 2+3布局 */
.status-grid {
background: var(--bg-card);
border: var(--line-card);
border: 1rpx solid var(--border);
border-radius: 20px;
overflow: hidden;
}