src/components/doctorAdvice/index.vue
@@ -1,5 +1,5 @@ <template> <div class="doctor_advice_container" :style="{ height: height + 'px' }"> <div class="doctor_advice_container" :style="{ height: height }"> <div class="doctor_advice_list"> <div v-for="(item, index) in drugOrders" @@ -32,8 +32,8 @@ props: { // 容器的高度 height: { type: Number, default: 0, type: String, default: '100%', }, // 医嘱列表 list: {