mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 04:22:53 +08:00
Merge branch 'feature/GFRS-453【】贺报功能' into dev
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div v-if="imgUrls.length !== 0">
|
||||
<van-grid :column-num="3" :gutter="5">
|
||||
<van-grid-item v-for="(item, index) in posterList" :key="index" @click="previewImg(index)">
|
||||
<van-image class="fill" fit="fill" :src="item.realUrl" />
|
||||
<van-image class="fill" :src="item.realUrl" />
|
||||
</van-grid-item>
|
||||
</van-grid>
|
||||
<div class="pageWrapper">
|
||||
@@ -93,6 +93,10 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
/deep/ .van-grid-item {
|
||||
height: 30vh;
|
||||
}
|
||||
|
||||
/deep/ .fill {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user