feat(P5): 暗色模式真正实现(令牌31/对比度全过/10页实测/DARK32/预算292KB/回归1003)
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
position: absolute; inset: 0; background: rgba(255,255,255,0.7); display: flex;
|
||||
align-items: center; justify-content: center; z-index: 2;
|
||||
}
|
||||
html.aa-dark .aa-table .loading-mask { background: rgba(20,22,28,0.7); }
|
||||
.aa-table .spinner {
|
||||
width: 20px; height: 20px; border: 2px solid var(--au-color-brand); border-top-color: transparent;
|
||||
border-radius: 50%; animation: aa-tbl-spin .6s linear infinite;
|
||||
|
||||
Reference in New Issue
Block a user