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.
11 lines
378 B
11 lines
378 B
4 years ago
|
<div class="box">
|
||
|
<div style="font-size: 18px;">
|
||
|
请选择预案
|
||
|
</div>
|
||
|
<div class="btnbox">
|
||
|
<div (click)="selectType(1)">已存在的预案</div>
|
||
|
<div (click)="selectType(2)">自定义预案</div>
|
||
|
</div>
|
||
|
<span style="position: absolute;
|
||
|
right: 0;top: 0;cursor: pointer;" (click)="close()"><mat-icon>clear</mat-icon></span>
|
||
|
</div>
|