move the br to end

This commit is contained in:
zhiqiang feng
2022-09-05 16:17:55 +08:00
parent 4490ddd5ab
commit 7fb2f69edc
+1 -1
View File
@@ -125,7 +125,7 @@
最大15个字符!<br/>
</ng-container>
<ng-container *ngIf="validateForm.get('newPassword')?.hasError('hasNumber')">
<br/>必须有数字!
必须有数字!<br/>
</ng-container>
<ng-container *ngIf="validateForm.get('newPassword')?.hasError('hasSpecialCharacters')">
必须有特殊字符!<br/>