eight
2024-08-15 74f8739cec76f5e33a4eda32e259ac92ed9a8ef9
src/views/ecg/room/RoomStatusSetting.vue
@@ -1,6 +1,6 @@
<template>
  <div style="display: flex; flex-wrap: wrap;">
    <div v-for="(value2, key) in bedMap" :key="key">
    <div class=wrap v-for="(value2, key) in bedMap" :key="key">
    <RoomStatus :title="key" :bedList="value2"/>
    </div>
  </div>
@@ -26,5 +26,7 @@
</script>
<style scoped lang="scss">
.wrap {
  margin-right: 10px;
}
</style>