33 lines
		
	
	
		
			597 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			597 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| :host {
 | |
| 
 | |
|     .tip-font {
 | |
|         margin-left: 16px;
 | |
|         font-weight: 500;
 | |
|         font-size: 12px;
 | |
|       }
 | |
|       
 | |
|       .card-title {
 | |
|         margin-bottom: 24px;
 | |
|         font-weight: bold;
 | |
|         font-size: 16px;
 | |
|       }
 | |
|       
 | |
|       .align-center {
 | |
|         display: flex;
 | |
|         align-items: center;
 | |
|         justify-content: center;
 | |
|       }
 | |
|       .align-center2 {
 | |
|         display: flex;
 | |
|         align-items: center;
 | |
|       }
 | |
|       #container {
 | |
|         width: 300px;
 | |
|         height: 180px;
 | |
|       }
 | |
|       :host {
 | |
|         ::ng-deep {
 | |
|           nz-input-number{width: 100%;}
 | |
|         }
 | |
|       }
 | |
| } |