Browse Source

Merge branch 'dev' into test

shibei_master
13176889840 4 years ago
parent
commit
36ff07bf8c
  1. 2
      src/views/modules/visual/communityParty/elegant.vue
  2. 3
      src/views/modules/visual/communityParty/elegantInfo.vue

2
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;

3
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">
</el-image>
</div>
<!-- <span>{{ info.peopleCount }}</span> -->

Loading…
Cancel
Save