Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Jan 13, 2025
1 parent 1e2986f commit 20416d7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/pages/v0/bgi.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
<template>
<br>
<hr>
<el-carousel ref="cRef" type="card" height="200px" :autoplay="false">

<el-carousel
height="400px"
direction="vertical"
type="card"
ref="cRef"
:autoplay="false"
>
<el-carousel-item v-for="item in bgis">
<div class="block">
<span class="demonstration" v-text="(item.type==1?'竖屏':'横屏') + (item.id)"></span>
<el-image :src="item.url"/>
<el-image :src="item.url" lazy/>
</div>
</el-carousel-item>
</el-carousel>

<br>
<hr>
<el-row class="row-bg" justify="center">
Expand Down

0 comments on commit 20416d7

Please sign in to comment.