eight
2024-10-12 b863e12d8bc8a32c10a16131e0ab066420fc4a75
src/components/RoomBedSelect/src/RoomBedSelect.vue
@@ -48,7 +48,7 @@
      <div class="deskwarp">
        <img
            v-if="bedItem.docId === null"
            src="@/assets/room/desk.png"
            src="@/assets/room/open.jpg"
            style="width: 100%"
            alt="无医生"
        />
@@ -94,6 +94,7 @@
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 190px;
}
</style>