fix style

This commit is contained in:
Lingzi
2022-03-07 20:27:13 +08:00
parent c11d9f3fa0
commit 9b7b07397b
39 changed files with 96 additions and 34 deletions

View File

@ -20,5 +20,5 @@
<button nz-button nzType="primary" (click)="printOrder()">打印面单</button>
</div>
<st #st [data]="url" [columns]="columns" [req]="{ process:beforeReq }" [loading]="service.http.loading" [page]="{}"
(change)="stChange($event)"></st>
(change)="stChange($event)" [scroll]="{ x: '1200px' }" ></st>
</nz-card>