活动日历

This commit is contained in:
liuye
2023-01-29 08:55:02 +08:00
parent 9fbc8f7120
commit 7c2a1c32e5
2 changed files with 2 additions and 3 deletions

View File

@@ -26,7 +26,6 @@
</div>
</div>
</div>
</div>
</template>

View File

@@ -29,7 +29,7 @@
<span> {{ item.endTime }}</span>
</div>
<div class="areaNmae" v-if="item.areaName || item.address">{{ item.areaName }}{{ item.address }}</div>
<div class="areaName" v-if="item.areaName || item.address">{{ item.areaName }}{{ item.address }}</div>
</div>
<img :src="items.url" alt="" v-for="(items, index) in JSON.parse(item.url || '[]')" :key="index" @click.stop="previewImage(JSON.parse(item.url || '[]'), item.url[0].url)" />
@@ -195,7 +195,7 @@ uni-page-body {
margin-right: 10px;
}
}
.areaNmae {
.areaName {
margin-top: 8px;
overflow: hidden;
text-overflow: ellipsis;