7 lines
248 B
HTML
7 lines
248 B
HTML
<sf #sf [compact]="true" [ui]="ui" [schema]="schema" [button]="'none'"> </sf>
|
|
|
|
<div *nzModalFooter>
|
|
<button nz-button nzType="default" (click)="close()">取消</button>
|
|
<button nz-button nzType="primary" (click)="save()">保存</button>
|
|
</div>
|