优化脚本
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user