|
@@ -2,7 +2,7 @@
|
|
<div class="box">
|
|
<div class="box">
|
|
<div class="content">
|
|
<div class="content">
|
|
<div class="login-content">
|
|
<div class="login-content">
|
|
- <v-card height="392px" class="carousel mr-3" style="width: 792px; border-radius: 0px;">
|
|
|
|
|
|
+ <v-card height="392px" class="carousel mr-3" style="width: 792px; border-radius: 8px;">
|
|
<v-carousel show-arrows="hover" cycle>
|
|
<v-carousel show-arrows="hover" cycle>
|
|
<v-carousel-item v-for="(item, i) in carouselList" :key="i">
|
|
<v-carousel-item v-for="(item, i) in carouselList" :key="i">
|
|
<div style="height: 392px; overflow: hidden;">
|
|
<div style="height: 392px; overflow: hidden;">
|
|
@@ -230,9 +230,9 @@ const carouselList = ref([
|
|
position: relative;
|
|
position: relative;
|
|
width: 450px;
|
|
width: 450px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
- border-radius: 0px;
|
|
|
|
|
|
+ border-radius: 8px;
|
|
padding: 36px 50px;
|
|
padding: 36px 50px;
|
|
- margin-right: 12px;
|
|
|
|
|
|
+ // margin-right: 12px;
|
|
}
|
|
}
|
|
.left {
|
|
.left {
|
|
display: flex;
|
|
display: flex;
|