From c6d3157eb616116c84d35e221ed9c57ef8da0ad6 Mon Sep 17 00:00:00 2001 From: long <515897141@qq.com> Date: 星期四, 01 二月 2024 16:24:11 +0800 Subject: [PATCH] 操作频繁锁(60秒) --- src/components/xio_room_guest_box/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/xio_room_guest_box/index.vue b/src/components/xio_room_guest_box/index.vue index d6ae849..b2e72cb 100644 --- a/src/components/xio_room_guest_box/index.vue +++ b/src/components/xio_room_guest_box/index.vue @@ -17,7 +17,7 @@ <span class="tx flex-1 flex-1-w1 ell">{{ item.aDoctorName?item.aDoctorName+'(鍖荤敓)銆�':'' }}{{ item.aNurseName?item.aNurseName+'(鎶ゅ+)':'' }}</span> </div> <div class="guest_list__td flex flex-center"> - <div v-if="!item.act" class="tx" style="text-decoration: underline;color: #227beb;">鍒囨崲</div> + <div v-if="!item.act" class="tx" style="text-decoration: underline;color: #227beb;">鍔犲叆</div> <!-- <div class="icon"> <img class="img" src="static/imgs/choose.png"> </div> --> @@ -33,7 +33,7 @@ <script> export default { - name: 'XioRoomStatusChg', + name: 'XioRoomGuestBox', props: { assignTreatListViewCom: { type: Array, @@ -133,9 +133,9 @@ width: 12.54%; } .guest_box { - margin-top: 65px; + margin-top: 55px; width: 100%; - height: 345px; + height: 340px; background-color: #fff; overflow: hidden; } -- Gitblit v1.8.0