This commit is contained in:
liuyuan
2025-07-24 18:34:25 +08:00
parent 565f61f29c
commit 8679ea5647
3 changed files with 14 additions and 10 deletions

View File

@@ -54,12 +54,16 @@
<!-- 固定的输入框部分 --> <!-- 固定的输入框部分 -->
<view style="height: calc(100% - 120rpx)"> <view style="height: calc(100% - 120rpx)">
<textarea <textarea
v-model="formData.message" v-model="formData.message"
maxlength="-1" maxlength="-1"
style=" style="
min-height: calc(85vh - 360rpx) !important;
width: 100%; width: 100%;
max-height: calc(85vh - 360rpx) !important; min-height: calc(85vh - 100px) !important;
height: calc(85vh - 100px) !important;
max-height: calc(85vh - 100px) !important;
" "
auto-height auto-height
placeholder="请输入医案到此处,将自动解析医案信息 placeholder="请输入医案到此处,将自动解析医案信息

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long