| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <div v-if="!options.text" @click="click" class="image mb-6 last:mb-0 mx-auto"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <img v-if="options.preview" :style="options.style" :src="options.image" :large="options.image.split('?')[0]" :preview="1" @click="handleClick"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <img v-else :style="options.style" :src="options.image"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <div v-if="options.marks" class="mark flex justify-center items-center"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <div v-if="options.marks" class="mark flex" :class="options.center?'justify-center items-center':''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <span :style="options.marksStyle" v-html="options.marks"></span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </div> 
			 |