From 19d11d3fbce89920dc9046b0bba481541fc4d01b Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 19 三月 2025 11:25:32 +0800 Subject: [PATCH] 11 --- src/views/picture/picture/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/picture/picture/index.vue b/src/views/picture/picture/index.vue index 75451a9..0a105a2 100644 --- a/src/views/picture/picture/index.vue +++ b/src/views/picture/picture/index.vue @@ -133,10 +133,10 @@ <el-table-column label="椤圭洰缁撴灉" align="center" prop="proResult" /> <!-- <el-table-column label="缁撹" align="center" prop="conclusion" /> --> </el-table> - <div style="height: 390px; margin-top: 10px"> + <div style="height: 200px; margin-top: 10px"> <el-image v-loading="loading" - style="height: 390px; width: 100%" + style="height: 200px; width: 100%" :src="imgsrc + tjNumber + '.png'" :preview-src-list="[imgsrc + tjNumber + '.png']" ></el-image> -- Gitblit v1.8.0