style: 优化仪表盘二维码展示
This commit is contained in:
parent
3d13506d38
commit
f907d949d3
@ -3,11 +3,13 @@
|
|||||||
indicator-type="slider"
|
indicator-type="slider"
|
||||||
show-arrow="hover"
|
show-arrow="hover"
|
||||||
auto-play
|
auto-play
|
||||||
style="width: 100%; height: 300px; border-radius: 4px; overflow: hidden"
|
style="width: 100%; height: 282px; border-radius: 4px; overflow: hidden"
|
||||||
>
|
>
|
||||||
<a-carousel-item v-for="(src, idx) in imageSrc" :key="idx">
|
<a-carousel-item v-for="(src, idx) in imageSrc" :key="idx">
|
||||||
<div>
|
<div style="padding: 10px 30px 15px">
|
||||||
|
<div style="margin-bottom: 5px; text-align: center">相互 (huá shuǐ) 交流 (mō yú)</div>
|
||||||
<img :src="src" style="width: 100%" alt="QrCode" />
|
<img :src="src" style="width: 100%" alt="QrCode" />
|
||||||
|
<div style="text-align: center">扫码加VX,备注 cnadmin 进群</div>
|
||||||
</div>
|
</div>
|
||||||
</a-carousel-item>
|
</a-carousel-item>
|
||||||
</a-carousel>
|
</a-carousel>
|
||||||
|
Loading…
Reference in New Issue
Block a user