| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <div class="carousel-container"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- 图片列表 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="carousel-wrapper"  :style="carouselStyle"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <photo-provider v-if="images" :photo-closable="true" @visibleChange="handleVisibleChange"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <photo-provider class="provider" v-if="images" :photo-closable="true" @visibleChange="handleVisibleChange"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <template  v-for="(photo, index) in images" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    :key="photo.id"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <album-draw-box  :farmId="farmId" :photo="photo" :current="currentIndex" :index="index" :length="images.length" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -130,6 +130,9 @@ const clearAndRestartTimer = () => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     transition: transform 0.5s ease; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    .provider{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .blur-bg { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     position: absolute; 
			 |