mirror of
				https://github.com/earthjasonlin/zzz-signal-search-export.git
				synced 2025-11-04 22:20:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			351 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			351 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
@tailwind base;
 | 
						|
@tailwind components;
 | 
						|
@tailwind utilities;
 | 
						|
 | 
						|
@layer base {
 | 
						|
  :root {
 | 
						|
    --el-font-size-base: 12px !important;
 | 
						|
  }
 | 
						|
  ::-webkit-scrollbar {
 | 
						|
    width: 6px;
 | 
						|
    height: 6px;
 | 
						|
  }
 | 
						|
  ::-webkit-scrollbar-thumb {
 | 
						|
    @apply rounded-full bg-gray-300;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@layer utilities {
 | 
						|
  .cache-clean-dialog .el-dialog__body {
 | 
						|
    padding: 0 20px;
 | 
						|
  }
 | 
						|
} |