lifanagju_citu 7 месяцев назад
Родитель
Сommit
f49655fa5f
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/views/login/index.vue

+ 2 - 0
src/views/login/index.vue

@@ -238,6 +238,7 @@ const carouselList = ref([
   background-color: #fff;
   border-radius: 0px;
   padding: 36px 50px;
+  margin-right: 12px;
 }
 .left {
   display: flex;
@@ -258,6 +259,7 @@ const carouselList = ref([
 
 .aboutBox {
   width: 100%;
+  background-color: #fff;
   // overflow-x: auto;
 }
 </style>