fix runtime page stat card layout

This commit is contained in:
Liu
2026-03-16 11:44:22 +00:00
parent f1ca52714d
commit a039e395f5
2 changed files with 4 additions and 1 deletions

View File

@@ -1276,6 +1276,8 @@ mark.search-highlight {
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.grid { display: grid; }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
.gap-2 { gap: 8px; }
.gap-3 { gap: 12px; }
.gap-4 { gap: 16px; }
@@ -1283,6 +1285,7 @@ mark.search-highlight {
.mt-4 { margin-top: 16px; }
.mb-2 { margin-bottom: 8px; }
.mb-4 { margin-bottom: 16px; }
.mb-6 { margin-bottom: 24px; }
.text-dim { color: var(--text-dim); }
.text-sm { font-size: 11px; }
.text-xs { font-size: 10px; }