This commit is contained in:
wchino
2026-06-13 17:38:25 +08:00
parent e7e938f261
commit 7b33d9f9fa
190 changed files with 23222 additions and 4336 deletions

View File

@@ -738,4 +738,62 @@ onMounted(loadHistory);
display: flex;
justify-content: flex-end;
}
.tool-card,
.preview-card,
.data-card {
border-radius: 8px;
}
.rules-help-btn {
border-color: var(--border);
background: #ffffff;
color: var(--text-muted);
}
.rules-help-btn:hover {
border-color: #d5cfc3;
background: var(--accent-hover);
color: var(--text);
}
.rules-list,
.detail-summary,
.preview-title,
.table-title,
.pstat-value {
color: var(--text);
}
.rules-note,
.preview-meta,
.detail-meta,
.pstat-label {
color: var(--text-muted);
}
.pstat {
border-color: var(--border);
background: #fbfaf7;
}
.amount-cell,
.pstat-green {
color: var(--success-text);
}
@media (max-width: 760px) {
.preview-head,
.history-head {
align-items: stretch;
flex-direction: column;
}
.preview-actions,
.detail-actions,
.pager {
justify-content: flex-start;
flex-wrap: wrap;
}
}
</style>