更新几种配色 更新首页模块顶部线条随主题更改
This commit is contained in:
parent
91ec485894
commit
4e8b2da2c9
@ -28,7 +28,11 @@
|
||||
</template>
|
||||
<el-skeleton :loading="loading" animated>
|
||||
<el-card shadow="hover" style="margin-bottom: 10px;height: 200px">
|
||||
123
|
||||
<el-carousel :interval="4000" height="200px" @change="handleCarouselChange" ref="carousel">
|
||||
<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>
|
||||
</el-carousel>
|
||||
</el-card>
|
||||
<el-row>
|
||||
<el-col :span="18">
|
||||
|
Loading…
Reference in New Issue
Block a user