From 9da0e2b46b4c9c84eeea1172245b98ca34725638 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期三, 19 三月 2025 17:22:57 +0800 Subject: [PATCH] qx --- 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