fix bug
This commit is contained in:
		| @ -289,7 +289,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit { | |||||||
|           } |           } | ||||||
|         } |         } | ||||||
|       }, |       }, | ||||||
|       required: ['goodsTypeId', 'goodsName', 'goodsNameId'] |       required: ['goodsTypeId', 'goodsName', 'goodsNameId','goodsName1'] | ||||||
|     }; |     }; | ||||||
|     this.ui3 = { |     this.ui3 = { | ||||||
|       '*': { |       '*': { | ||||||
|  | |||||||
| @ -315,7 +315,7 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit { | |||||||
|           } |           } | ||||||
|         } |         } | ||||||
|       }, |       }, | ||||||
|       required: ['goodsTypeId', 'goodsName', 'goodsNameId'] |       required: ['goodsTypeId', 'goodsName', 'goodsNameId','goodsName1'] | ||||||
|     }; |     }; | ||||||
|     this.ui3 = { |     this.ui3 = { | ||||||
|       '*': { |       '*': { | ||||||
|  | |||||||
| @ -1,88 +1,56 @@ | |||||||
| @import '~@delon/theme/index'; |  | ||||||
| :host { | :host { | ||||||
|  |  | ||||||
|   ::ng-deep { |   ::ng-deep { | ||||||
|     h3 { |     nz-input-number { | ||||||
|       margin-bottom: 20px; |       width: 100%; | ||||||
|  |     } | ||||||
|  |     nz-date-picker { | ||||||
|  |       width: 94.3%; | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  |   i { | ||||||
|  |     cursor: pointer; | ||||||
|  |   } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .tip-font { | ||||||
|  |   margin-left: 16px; | ||||||
|  |   font-weight: 500; | ||||||
|  |   font-size: 12px; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .card-title { | ||||||
|  |   margin-bottom: 24px; | ||||||
|  |   font-weight: bold; | ||||||
|   font-size: 16px; |   font-size: 16px; | ||||||
| } | } | ||||||
|     .submit { |  | ||||||
|       width: 50%; |  | ||||||
|     } |  | ||||||
|     .login { |  | ||||||
|       float: right; |  | ||||||
|       line-height: @btn-height-lg; |  | ||||||
|     } |  | ||||||
|   } |  | ||||||
| } |  | ||||||
| ::ng-deep { |  | ||||||
|   .register-password-cdk { |  | ||||||
|     .success, |  | ||||||
|     .warning, |  | ||||||
|     .error { |  | ||||||
|       transition: color 0.3s; |  | ||||||
|     } |  | ||||||
|     .success { |  | ||||||
|       color: @success-color; |  | ||||||
|     } |  | ||||||
|     .warning { |  | ||||||
|       color: @warning-color; |  | ||||||
|     } |  | ||||||
|     .error { |  | ||||||
|       color: @error-color; |  | ||||||
|     } |  | ||||||
|     .progress-pass > .progress { |  | ||||||
|       .ant-progress-bg { |  | ||||||
|         background-color: @warning-color; |  | ||||||
|       } |  | ||||||
|     } |  | ||||||
|   } |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .form-box{ | .align-center { | ||||||
|   display: block; |  | ||||||
|   width: 368px; |  | ||||||
|   margin: 0 auto; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .content { |  | ||||||
|   background-color: #f0f3f7; |  | ||||||
| } |  | ||||||
| .main { |  | ||||||
|   max-width: 1200px; |  | ||||||
|   margin: 0 auto; |  | ||||||
| } |  | ||||||
| .header { |  | ||||||
|   background: #fff; |  | ||||||
| } |  | ||||||
| .layout { |  | ||||||
|   min-height: 100vh; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .logo { |  | ||||||
|   display: flex; |   display: flex; | ||||||
|   margin: 16px 0; |   align-items: center; | ||||||
|   line-height: 32px; |   justify-content: center; | ||||||
|   dt { |  | ||||||
|     width: 95px; |  | ||||||
|     height: 32px; |  | ||||||
|     img { |  | ||||||
|       vertical-align: top; |  | ||||||
|     } |  | ||||||
|   } |  | ||||||
|   dd { |  | ||||||
|     flex: 1; |  | ||||||
|     margin-bottom: 0; |  | ||||||
|     padding: 0 10px; |  | ||||||
|     color: #1890ff; |  | ||||||
|     font-weight: 500; |  | ||||||
|     font-size: 24px; |  | ||||||
|   } |  | ||||||
| } |  | ||||||
| .footer { |  | ||||||
|   text-align: center; |  | ||||||
|   background-color: #f0f3f7; |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .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; | ||||||
|  | } | ||||||
|  | .hides { | ||||||
|  |   margin-left: 10px; | ||||||
|  |   color: aqua; | ||||||
|  | } | ||||||
|  | |||||||
| @ -322,7 +322,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit { | |||||||
|           } |           } | ||||||
|         } |         } | ||||||
|       }, |       }, | ||||||
|       required: ['goodsTypeId', 'goodsName', 'goodsNameId'] |       required: ['goodsTypeId', 'goodsName', 'goodsNameId','goodsName1'] | ||||||
|     }; |     }; | ||||||
|     this.ui3 = { |     this.ui3 = { | ||||||
|       '*': { |       '*': { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user