chore(admin-ui): unify export button label and global box sizing

This commit is contained in:
萝卜
2026-03-16 07:25:19 +08:00
parent b38620160d
commit 92d9ed207c
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
color:var(--adm-text, #0f172a);