You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
660 B
14 lines
660 B
4 years ago
|
<div style="width: 200px;" >
|
||
|
<div style="text-align: center;font-weight: 550;">请为此预案答卷评分</div>
|
||
|
<div class="contant">
|
||
|
<form class="example-form">
|
||
|
<mat-form-field class="example-full-width">
|
||
|
<input name="score" matInput [placeholder]="score" type="number" (input)="inputNum()" [(ngModel)]="scoreNum">
|
||
|
</mat-form-field>
|
||
|
</form>
|
||
|
</div>
|
||
|
<div style="text-align: center;" class="btnbox">
|
||
|
<button mat-raised-button color="primary" style="border: none;" (click)="ok()">确定</button>
|
||
|
<button mat-raised-button mat-dialog-close>取消</button>
|
||
|
</div>
|
||
|
</div>
|