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>