feat(frontend): improve admin usability and light theme

This commit is contained in:
2026-08-04 21:50:20 +08:00
parent 402f050b17
commit e72750235d
15 changed files with 256 additions and 60 deletions

View File

@@ -14,6 +14,15 @@ body {
-webkit-font-smoothing: antialiased;
}
body:not([arco-theme='dark']) {
--color-text-1: #172033;
--color-text-2: #344054;
--color-text-3: #566176;
--color-text-4: #737e91;
color: var(--color-text-1);
}
.echarts-tooltip-diy {
background: linear-gradient(
304.17deg,