chore(admin-ui): tokenise popover shadow and surface tint

This commit is contained in:
萝卜
2026-03-16 02:24:09 +08:00
parent a8845422aa
commit 9c6756e991
4 changed files with 74 additions and 3 deletions

View File

@@ -33,6 +33,10 @@
--adm-radius-sm: 10px;
--adm-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
--adm-shadow-header: 0 1px 0 rgba(15, 23, 42, 0.04), 0 2px 10px rgba(15, 23, 42, 0.06);
--adm-shadow-popover: 0 12px 30px rgba(15, 23, 42, .12);
/* 中性色衍生(用于空态背景等) */
--adm-surface-tint: rgba(15, 23, 42, .02);
/* 表单 */
--adm-input-bg: #ffffff;