From a48fa4a7469b87f830251161f812a19dc9729ee9 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期日, 28 四月 2024 14:18:41 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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