文件上传更改
This commit is contained in:
parent
08193a7e76
commit
e21091a57a
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-card shadow="never" style="margin-bottom: 10px;height: 300px">
|
||||
<el-carousel :interval="4000" type="card" height="300px" motion-blur>
|
||||
<el-carousel :interval="4000" type="card" height="300px">
|
||||
<el-carousel-item v-for="item in image" :key="item.id">
|
||||
<el-image style="width: 100%; height: 100%" :src="item.src" alt="无图片" :title="item.name"/>
|
||||
</el-carousel-item>
|
||||
|
Loading…
Reference in New Issue
Block a user