From 1dafbcf3148590cdf7de8f3694664888109afcda Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 01 七月 2025 15:31:30 +0800
Subject: [PATCH] ID1743-修改完成
---
src/components/doctorAdvice/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/doctorAdvice/index.vue b/src/components/doctorAdvice/index.vue
index 7568f9e..2bb8729 100644
--- a/src/components/doctorAdvice/index.vue
+++ b/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: {
--
Gitblit v1.8.0