style: 统一折叠标题颜色与主体操作间距

This commit is contained in:
GouJ
2026-09-22 18:49:03 +08:00
parent 8e8fab307f
commit 05cebc5331
2 changed files with 31 additions and 21 deletions
+6
View File
@@ -33,6 +33,12 @@ defineExpose({
.detail-disclosure.n-collapse {
@apply text-xs text-muted;
}
.detail-disclosure .n-button,
.detail-disclosure .n-button:hover,
.detail-disclosure .n-button:focus,
.detail-disclosure .n-button:active {
color: var(--app-ink) !important;
}
.detail-disclosure-content {
@apply py-3 px-3.5 bg-(--app-subtle) text-ink leading-[1.8];
}