fix(doctor): center status badge

This commit is contained in:
Will Miao
2026-04-11 16:28:14 +08:00
parent 5f1bd894b9
commit 6666a72775

View File

@@ -9,6 +9,9 @@
} }
.doctor-status-badge { .doctor-status-badge {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 18px; min-width: 18px;
height: 18px; height: 18px;
padding: 0 5px; padding: 0 5px;
@@ -16,7 +19,7 @@
background: var(--lora-error); background: var(--lora-error);
color: #fff; color: #fff;
font-size: 11px; font-size: 11px;
line-height: 18px; line-height: 1;
font-weight: 700; font-weight: 700;
} }