fix bug
This commit is contained in:
		| @ -1,6 +1,14 @@ | ||||
| :host { | ||||
|   ::ng-deep { | ||||
|     nz-input-number{width: 100%;} | ||||
|     nz-input-number { | ||||
|       width: 100%; | ||||
|     } | ||||
|     nz-date-picker { | ||||
|       width: 94.3%; | ||||
|     } | ||||
|   } | ||||
|   i { | ||||
|     cursor: pointer; | ||||
|   } | ||||
| } | ||||
|  | ||||
| @ -22,9 +30,23 @@ | ||||
|   justify-content: center; | ||||
| } | ||||
|  | ||||
| .swap-icon { | ||||
|   padding: 24px; | ||||
|   color: #7d7d7d; | ||||
|   font-size: 30px; | ||||
|   :hover{color: #52acff;} | ||||
| } | ||||
|  | ||||
| #container { | ||||
|   width: 300px; | ||||
|   height: 180px; | ||||
| } | ||||
|  | ||||
|  | ||||
| input[type='number'] { | ||||
|   -moz-appearance: textfield; | ||||
| } | ||||
| input[type='number']::-webkit-inner-spin-button, | ||||
| input[type='number']::-webkit-outer-spin-button { | ||||
|   margin: 0; | ||||
|   -webkit-appearance: none; | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user