From d387848d15a40fb16c8a6eefb007d5f7411c5dbc Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期日, 28 四月 2024 13:32:27 +0800
Subject: [PATCH] fix:修改图片浏览组件

---
 src/views/system/contract/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/contract/index.vue b/src/views/system/contract/index.vue
index b1da0d2..61ac223 100644
--- a/src/views/system/contract/index.vue
+++ b/src/views/system/contract/index.vue
@@ -4,7 +4,7 @@
     <el-row v-loading="loading">
       <el-col :span="8" v-for="(item, index) in contractList" :key="index" style="margin: 10px;width: 30%;">
         <el-card :body-style="{ padding: '0px' }">
-          <ImagePreview style="width: 420px;height: 187px;"
+          <ImagePreview style="width: 100%;height: 187px;"
             fit="cover" :src="item.attachment"
             class="image" />
           <div style="padding: 14px;">

--
Gitblit v1.8.0