|  | @@ -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>
 |