style: format project

[skip ci]
This commit is contained in:
禾几海
2020-11-22 22:00:09 +08:00
parent ad3759afb3
commit 68b380906a
95 changed files with 974 additions and 1012 deletions

View File

@@ -1,14 +1,14 @@
<div style="height: 70%">
<div id="main">
<div *ngIf="iserror">
<nz-alert nzType="error" nzMessage="链接可能被修改了,请重新点击邮箱中的链接,或者重新发送邮件" nzShowIcon>
<nz-alert nzMessage="链接可能被修改了,请重新点击邮箱中的链接,或者重新发送邮件" nzShowIcon nzType="error">
</nz-alert>
</div>
<div *ngIf="!iserror">
<input type="password" placeholder="新密码" [(ngModel)]="pwd"/>
<input type="password" placeholder="确认密码" [(ngModel)]="rePwd"/>
<input [(ngModel)]="pwd" placeholder="新密码" type="password"/>
<input [(ngModel)]="rePwd" placeholder="确认密码" type="password"/>
<button (click)="submit()">提交</button>
</div>
</div>
</div>
</div>