diff --git a/components/features/queue/CurrentPatientCard.vue b/components/features/queue/CurrentPatientCard.vue
index 6cac806..0191bb6 100644
--- a/components/features/queue/CurrentPatientCard.vue
+++ b/components/features/queue/CurrentPatientCard.vue
@@ -34,66 +34,55 @@
-
{{ patient.barcode }}
+
+
{{ patient.barcode }}
+
+ RM: {{ patient.noRM }}
+
+
{{ patient.klinik }} | {{ patient.pembayaran }}
@@ -299,13 +288,23 @@ defineEmits(['action', 'change-klinik', 'process-next', 'call', 'open-klinik-rua
}
.action-icon-btn {
- min-width: 48px !important;
- width: 48px !important;
- height: 36px !important;
- padding: 0 !important;
- border-radius: 18px !important;
+ min-width: auto !important;
+ width: auto !important;
+ height: 32px !important;
+ padding: 0 12px !important;
+ border-radius: 16px !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
transition: all 0.2s ease;
+ text-transform: none !important;
+ display: flex !important;
+ align-items: center !important;
+ gap: 4px;
+}
+
+.btn-label {
+ font-size: 10px;
+ font-weight: 600;
+ white-space: nowrap;
}
.action-icon-btn:hover {
@@ -474,9 +473,9 @@ defineEmits(['action', 'change-klinik', 'process-next', 'call', 'open-klinik-rua
}
.action-icon-btn {
- flex: 1 1 calc(50% - 3px);
+ flex: 1 1 auto;
min-width: 0 !important;
- max-width: calc(50% - 3px);
+ max-width: none !important;
}
}
diff --git a/pages/AdminKlinikRuang/[kodeKlinik].vue b/pages/AdminKlinikRuang/[kodeKlinik].vue
index 392b5ee..9add41f 100644
--- a/pages/AdminKlinikRuang/[kodeKlinik].vue
+++ b/pages/AdminKlinikRuang/[kodeKlinik].vue
@@ -66,34 +66,26 @@