|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div style="height: 100%;width: 100%">
|
|
|
<div class="container">
|
|
|
- <el-carousel :loop="false" :autoplay="false" indicator-position="outside" class="carousel">
|
|
|
+ <el-carousel indicator-position="outside" class="carousel">
|
|
|
<el-carousel-item v-for="(item1, index1) in data" :key="index1">
|
|
|
<div class="div-row-img">
|
|
|
<el-row>
|
|
@@ -218,7 +218,6 @@ img {
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
.div-row-img {
|
|
|
margin: 0 auto;
|
|
|
width: 1450px;
|
|
@@ -226,14 +225,4 @@ img {
|
|
|
display: flex;
|
|
|
align-items: center; /* 垂直居中 */
|
|
|
}
|
|
|
-
|
|
|
-//右边按钮
|
|
|
-:deep(.el-carousel__arrow--left) {
|
|
|
- background: #000;
|
|
|
-}
|
|
|
-
|
|
|
-//右边按钮
|
|
|
-:deep(.el-carousel__arrow--right) {
|
|
|
- background: #000;
|
|
|
-}
|
|
|
</style>
|