文件上传更改

This commit is contained in:
XaoLi717 2024-08-08 13:37:16 +08:00
parent 08193a7e76
commit e21091a57a

View File

@ -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>