优化脚本

This commit is contained in:
Azmat@qq.com
2026-08-25 16:40:22 +08:00
parent e2ec2d14af
commit df6784b90c
22 changed files with 893 additions and 156 deletions
+13 -2
View File
@@ -2089,8 +2089,19 @@
.rg-kind-person { color: var(--heat); background: var(--heat-8); }
.rg-kind-scene { color: var(--black-alpha-56); background: var(--black-alpha-5); }
.rg-actions { display: flex; gap: 10px; margin-top: 22px; align-items: stretch; }
.rg-actions .btn-primary { flex: 1; }
.rg-force { display: inline-flex; align-items: baseline; gap: 5px; }
.rg-actions .btn-primary,
.rg-actions .rg-force { flex: 1; }
.rg-force {
height: auto;
min-height: 36px;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2px;
white-space: normal;
text-align: center;
line-height: 1.25;
}
.rg-warn { font-size: 10px; font-family: var(--font-mono); color: var(--black-alpha-48); }
/* 提取闸门单按钮:醒目主 CTA */