lifanagju_citu il y a 7 mois
Parent
commit
ba641de295
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5 3
      src/views/login/index.vue

+ 5 - 3
src/views/login/index.vue

@@ -2,7 +2,7 @@
   <div class="box">
     <div class="content">
       <div class="login-content">
-        <v-card height="392px" class="mr-3" style="width: 792px; border-radius: 0px;">
+        <v-card height="392px" class="carousel mr-3" style="width: 792px; border-radius: 0px;">
           <v-carousel show-arrows="hover" cycle>
             <v-carousel-item v-for="(item, i) in carouselList" :key="i">
               <div style="height: 392px; overflow: hidden;">
@@ -256,7 +256,9 @@ const carouselList = ref([
   background-color: #fff;
   // overflow-x: auto;
 }
-:deep(.v-window) {
-  height: 392px !important;
+.carousel {
+  :deep(.v-window) {
+    height: 392px !important;
+  }
 }
 </style>