update code
parent
3f4b5c228e
commit
5e4b190dd7
|
@ -73,7 +73,7 @@
|
|||
<el-carousel height="500px" v-if="scheduleInfo && scheduleInfo.images && scheduleInfo.images.length > 0">
|
||||
<el-carousel-item v-for="item in scheduleInfo.images" :key="item">
|
||||
<div style="width: 100%;display: flex;align-items: center;justify-content: center;height: 500px;">
|
||||
<img :src="$apiPath + item" style="width:100%">
|
||||
<el-image :src="$apiPath + item" style="width:100%" :preview-src-list="[$apiPath + item]"/>
|
||||
</div>
|
||||
</el-carousel-item>
|
||||
</el-carousel>
|
||||
|
|
|
@ -145,7 +145,7 @@
|
|||
<el-carousel height="260px" v-if="scheduleInfo && scheduleInfo.images && scheduleInfo.images.length>0">
|
||||
<el-carousel-item v-for="item in scheduleInfo.images" :key="item">
|
||||
<div style="width: 100%;display: flex;align-items: center;justify-content: center;height: 260px;">
|
||||
<img :src="$apiPath+item" style="width:100%">
|
||||
<el-image :src="$apiPath+item" style="width:100%" :preview-src-list="[$apiPath+item]"/>
|
||||
</div>
|
||||
</el-carousel-item>
|
||||
</el-carousel>
|
||||
|
|
Loading…
Reference in New Issue