Kaynağa Gözat

样式调整

lifanagju_citu 7 ay önce
ebeveyn
işleme
f49655fa5f
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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>