From a9840e124de770c17825d98159fe046ad88f15e1 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 19 三月 2025 18:00:09 +0800 Subject: [PATCH] yhj --- src/views/picture/other/index.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/picture/other/index.vue b/src/views/picture/other/index.vue index 172fa30..f4e68f1 100644 --- a/src/views/picture/other/index.vue +++ b/src/views/picture/other/index.vue @@ -243,10 +243,10 @@ <!-- <el-table-column label="缁撹" align="center" prop="fixedValue" /> --> </el-table> - <div style="height: 390px; margin-top: 10px"> + <div style="height: 300px; margin-top: 10px"> <el-image v-loading="loading" - style="height: 390px; width: 100%" + style="height: 300px; width: 100%" :src="imgsrc + tjNumber + '.png'" :preview-src-list="[imgsrc + tjNumber + '.png']" ></el-image> @@ -266,21 +266,22 @@ </div> </div> --> - <div style="margin-top: 20px"> + <div style="margin-top: 10px"> <el-form :model="form" ref="queryForm" size="small" - :inline="true" + :inline="false" label-width="68px" > <el-form-item label="椤圭洰缁撴灉" prop="measuredValue"> - <el-input v-model="form.measuredValue" clearable /> + <el-input v-model="form.measuredValue" clearable type="textarea" /> </el-form-item> <el-form-item label="缁撴灉缁撹" prop="fixedValue"> <el-input v-model="form.fixedValue" clearable + type="textarea" @focus="submiepilog" /> </el-form-item> -- Gitblit v1.8.0