mirror of
				https://github.com/pure-admin/pure-admin-thin.git
				synced 2025-10-31 07:34:48 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			72 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .el-breadcrumb__inner,
 | |
| .el-breadcrumb__inner a {
 | |
|   font-weight: 400 !important;
 | |
| }
 | |
| 
 | |
| .el-upload {
 | |
|   input[type="file"] {
 | |
|     display: none !important;
 | |
|   }
 | |
| }
 | |
| 
 | |
| .el-upload__input {
 | |
|   display: none;
 | |
| }
 | |
| 
 | |
| .upload-container {
 | |
|   .el-upload {
 | |
|     width: 100%;
 | |
| 
 | |
|     .el-upload-dragger {
 | |
|       width: 100%;
 | |
|       height: 200px;
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| .el-dropdown-menu {
 | |
|   padding: 2px 0 !important;
 | |
| }
 | |
| 
 | |
| .el-range-separator {
 | |
|   box-sizing: content-box;
 | |
| }
 | |
| 
 | |
| .is-dark {
 | |
|   z-index: 99999 !important;
 | |
| }
 | |
| 
 | |
| /* 重置button中icon的margin */
 | |
| .reset-margin [class*="el-icon"] + span {
 | |
|   margin-left: 2px !important;
 | |
| }
 | |
| 
 | |
| /* 自定义popover的类名 */
 | |
| .pure-popper {
 | |
|   padding: 0 !important;
 | |
| }
 | |
| 
 | |
| /* 动态改变cssvar 用于主题切换 https://github.com/element-plus/element-plus/issues/4856#issuecomment-1000174357 */
 | |
| .el-button--primary,
 | |
| .el-button--primary.is-plain {
 | |
|   --el-button-active-bg-color: var(--el-color-primary) !important;
 | |
|   --el-button-active-border-color: var(--el-color-primary) !important;
 | |
| }
 | |
| 
 | |
| /* nprogress适配ep的primary */
 | |
| #nprogress {
 | |
|   & .bar {
 | |
|     background-color: var(--el-color-primary) !important;
 | |
|   }
 | |
| 
 | |
|   & .peg {
 | |
|     box-shadow: 0 0 10px var(--el-color-primary),
 | |
|       0 0 5px var(--el-color-primary) !important;
 | |
|   }
 | |
| 
 | |
|   & .spinner-icon {
 | |
|     border-top-color: var(--el-color-primary);
 | |
|     border-left-color: var(--el-color-primary);
 | |
|   }
 | |
| }
 |