Skip to main content

ADMIN_CARD_CLASS

Constant ADMIN_CARD_CLASS 

Source
pub const ADMIN_CARD_CLASS: &str = "bg-[var(--color-paper-entry)] rounded-2xl shadow-sm border border-transparent hover:border-[var(--color-paper-border)] transition";
Expand description

Admin 卡片容器:内容档圆角(16px),作为主面板内的内容卡片,与外壳 32px 形成层次。

用裸 transition(Tailwind v4 默认列表含 colors/transform/box-shadow/opacity)而非 transition-colors:编译产物中 .transition-colors 排在 .transition-all 之后, 同层同优先级会覆盖组件追加的 transition-all,导致 hover 位移/阴影瞬时跳变。