long
2024-02-01 c6d3157eb616116c84d35e221ed9c57ef8da0ad6
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;
}