From 311b85b292faa75aca663c94f3789cff3b437819 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Wed, 2 Mar 2022 14:56:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=82=E7=BA=A7=E7=8E=B0=E5=AE=9E=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/communityParty/elegant.vue | 2 +- src/views/modules/visual/communityParty/elegantInfo.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/modules/visual/communityParty/elegant.vue b/src/views/modules/visual/communityParty/elegant.vue index ac3073ac..8510173c 100644 --- a/src/views/modules/visual/communityParty/elegant.vue +++ b/src/views/modules/visual/communityParty/elegant.vue @@ -555,7 +555,7 @@ export default { flex-wrap: wrap; padding: 30px 0 20px; .elegant-item { - width: 19%; + width: calc((100% - 80px) / 5); margin-right: 20px; margin-bottom: 36px; box-sizing: border-box; diff --git a/src/views/modules/visual/communityParty/elegantInfo.vue b/src/views/modules/visual/communityParty/elegantInfo.vue index 809716b9..db63d69f 100644 --- a/src/views/modules/visual/communityParty/elegantInfo.vue +++ b/src/views/modules/visual/communityParty/elegantInfo.vue @@ -41,7 +41,8 @@ v-for="(item, index) in info.imageList" :key="index" style="width: 200px; height: 200px;margin-right: 10px;" :src="item" - :preview-src-list="info.imageList"> + :preview-src-list="info.imageList" + :z-index="99999">