| 
									
										
										
										
											2023-05-25 16:59:47 +08:00
										 |  |  | .actionItem { | 
					
						
							|  |  |  |   @apply h-9 py-2 px-3 mx-1 flex items-center gap-2 rounded-lg cursor-pointer; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .actionName { | 
					
						
							|  |  |  |   @apply text-gray-700 text-sm; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .commonIcon { | 
					
						
							|  |  |  |   @apply w-4 h-4 inline-block align-middle; | 
					
						
							|  |  |  |   background-repeat: no-repeat; | 
					
						
							|  |  |  |   background-position: center center; | 
					
						
							|  |  |  |   background-size: contain; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .actionIcon { | 
					
						
							|  |  |  |   @apply bg-gray-500; | 
					
						
							| 
									
										
										
										
											2023-08-16 10:31:08 +08:00
										 |  |  |   mask-image: url(~@/assets/action.svg); | 
					
						
							| 
									
										
										
										
											2023-05-25 16:59:47 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-31 17:46:51 +08:00
										 |  |  | body .btn.open, | 
					
						
							|  |  |  | body .btn:hover { | 
					
						
							| 
									
										
										
										
											2023-08-16 10:31:08 +08:00
										 |  |  |   background: url(~@/assets/action.svg) center center no-repeat transparent; | 
					
						
							| 
									
										
										
										
											2023-05-25 16:59:47 +08:00
										 |  |  |   background-size: 16px 16px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | body .btn:hover { | 
					
						
							|  |  |  |   background-color: #F2F4F7; | 
					
						
							| 
									
										
										
										
											2023-06-29 09:24:31 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .deleteActionItem:hover .deleteActionItemChild { | 
					
						
							|  |  |  |   @apply text-red-500;  | 
					
						
							| 
									
										
										
										
											2023-08-16 10:31:08 +08:00
										 |  |  | } |