Skip to content

Commit 58f1dee

Browse files
author
fengyw
committed
2 parents 60bee64 + a54afe3 commit 58f1dee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/Zone/Banner.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<template>
22
<div class="banner">
3-
<zone-category />
43
<div class="carousel">
54
<el-carousel height="360px">
65
<el-carousel-item v-for="(item, index) in carouselList" :key="index">
@@ -29,11 +28,12 @@
2928
justify-content: space-between;
3029
.carousel {
3130
width: 100%;
32-
margin-left: 200px;
31+
//margin-left: 200px;
3332
img {
3433
width: 100%;
3534
height: 100%;
36-
border-radius: 0 10px 10px 0;
35+
//border-radius: 0 10px 10px 0;
36+
border-radius: 10px;
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)