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

@ -365,6 +365,7 @@ export class CancellationInvoiceComponent implements OnInit {
title: '操作',
width: '120px',
fixed: 'right',
className: 'text-center',
buttons: [
{ type: 'divider' },
{

View File

@ -284,6 +284,7 @@ export class ETCBlacklistComponent implements OnInit {
},
{
title: '操作',
className: 'text-center',
buttons: [
{
text: '删除',

View File

@ -174,6 +174,7 @@ export class ETCInvoicedListComponent implements OnInit {
{ title: '申请时间', index: 'orderReceivingTime', type: 'date' },
{
title: '操作',
className: 'text-center',
buttons: [
{
text: '交易明细',

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>

View File

@ -407,6 +407,7 @@ export class InvoiceRequestedComponent implements OnInit {
title: '操作',
width: 125,
fixed: 'right',
className: 'text-center',
buttons: [
{ type: 'divider' },
{