From d085d0504041e29e82b51a6ade1a183149fc9ffa Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 09 九月 2025 16:44:55 +0800
Subject: [PATCH] Merge branch 'master' of http://dh.leon056.com:7499/r/data2/Single_application into ID1956-已签到页面改版
---
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