From 0465206aeeef5140967c4ac44649883cf530db95 Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Tue, 27 May 2025 10:51:47 +0800 Subject: [PATCH] dev --- src/components/outpatient/MedicalQueue.vue | 40 ++++++++++++---------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/src/components/outpatient/MedicalQueue.vue b/src/components/outpatient/MedicalQueue.vue index 5a082df..5d105d8 100644 --- a/src/components/outpatient/MedicalQueue.vue +++ b/src/components/outpatient/MedicalQueue.vue @@ -30,13 +30,13 @@
  • - - 头像 - 头像 - - +
    + 头像 + 头像 + +
    {{ item.name }} {{ formatListTime(item.appointmentTime) }} @@ -343,6 +343,21 @@ watch(() => selectedDate.value, (newValue, oldValue) => { .item-avatar { width: 26px; margin-right: 10px; + position: relative; + + .yuYueIcon { + display: inline-block; + width: 12px; + height: 12px; + position: absolute; + bottom: 11px; + right: -1px; + color: #31e3ca; + font-size: 12px; + z-index: 99; + background: #fff; + border-radius: 12px; + } .avatar { margin-top: 11px; @@ -417,15 +432,4 @@ watch(() => selectedDate.value, (newValue, oldValue) => { right: 0; top: 50px; } - -.yuYueIcon { - width: 13px; - height: 13px; - position: absolute; - top: -8px; - color: rgb(255, 102, 0); - font-size: 12px; - right: 0; - z-index: 99; -} \ No newline at end of file