38 lines
		
	
	
		
			749 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			749 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| :host{
 | |
|     ::ng-deep{
 | |
|         .ant-card-meta-title{
 | |
|             display: flex;
 | |
|             align-items: center;
 | |
|             justify-content: space-between;
 | |
|         }
 | |
|         .nameBox {
 | |
|             display: flex;
 | |
|             align-items: baseline;
 | |
|             .name{
 | |
|              margin: 0 10px 0 0;
 | |
|             }
 | |
|         }
 | |
|         .ant-badge-status{
 | |
|             color: #666
 | |
|         }
 | |
|         
 | |
|     }
 | |
|     .title{
 | |
|         clear: both;
 | |
|         margin: 10px 0;
 | |
|         font-weight: bold;
 | |
|         font-size: 14px;
 | |
|     }
 | |
|     .noContent{
 | |
|         width: 100%;
 | |
|         min-height: 300px;
 | |
|         font-size: 16px;
 | |
|         line-height: 300px;
 | |
|         text-align: center;
 | |
|         span {
 | |
|             color: #1890ff;
 | |
|             cursor: pointer;
 | |
|         }
 | |
|     }
 | |
| } |