diff --git a/src/app/routes/sys-setting/components/staff-management/staff-management.component.ts b/src/app/routes/sys-setting/components/staff-management/staff-management.component.ts
index 26bc0497..bcf5ed41 100644
--- a/src/app/routes/sys-setting/components/staff-management/staff-management.component.ts
+++ b/src/app/routes/sys-setting/components/staff-management/staff-management.component.ts
@@ -29,13 +29,14 @@ export class StaffManagementComponent implements OnInit {
};
columns: STColumn[] = [
- { title: '', index: 'key', type: 'checkbox' },
- { title: '员工姓名', index: 'name' },
- { title: '手机号码', index: 'telephone' },
- { title: '角色', index: 'roleName' },
+ { title: '', index: 'key', className: 'text-center', type: 'checkbox' },
+ { title: '员工姓名', className: 'text-center', index: 'name' },
+ { title: '手机号码', className: 'text-center', index: 'telephone' },
+ { title: '角色',className: 'text-center', index: 'roleName' },
{
title: '最后登录时间',
index: 'lastLoginDate',
+ className: 'text-center',
type: 'date',
format: item => `${item.lastLoginDate || '-'}`
},
@@ -51,6 +52,7 @@ export class StaffManagementComponent implements OnInit {
},
{
title: '操作',
+ className: 'text-center',
buttons: [
{
text: '编辑',
diff --git a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts
index d5ff6af0..fbfd218d 100644
--- a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts
+++ b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts
@@ -365,6 +365,7 @@ export class CancellationInvoiceComponent implements OnInit {
title: '操作',
width: '120px',
fixed: 'right',
+ className: 'text-center',
buttons: [
{ type: 'divider' },
{
diff --git a/src/app/routes/ticket-management/components/etc-blacklist/etc-blacklist.component.ts b/src/app/routes/ticket-management/components/etc-blacklist/etc-blacklist.component.ts
index c38f3c27..ed60003b 100644
--- a/src/app/routes/ticket-management/components/etc-blacklist/etc-blacklist.component.ts
+++ b/src/app/routes/ticket-management/components/etc-blacklist/etc-blacklist.component.ts
@@ -284,6 +284,7 @@ export class ETCBlacklistComponent implements OnInit {
},
{
title: '操作',
+ className: 'text-center',
buttons: [
{
text: '删除',
diff --git a/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.ts b/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.ts
index 872de3e7..e7bf1e89 100644
--- a/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.ts
+++ b/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.ts
@@ -174,6 +174,7 @@ export class ETCInvoicedListComponent implements OnInit {
{ title: '申请时间', index: 'orderReceivingTime', type: 'date' },
{
title: '操作',
+ className: 'text-center',
buttons: [
{
text: '交易明细',
diff --git a/src/app/routes/ticket-management/components/express-info/express-info.component.html b/src/app/routes/ticket-management/components/express-info/express-info.component.html
index c3724328..f8a9aacc 100644
--- a/src/app/routes/ticket-management/components/express-info/express-info.component.html
+++ b/src/app/routes/ticket-management/components/express-info/express-info.component.html
@@ -19,6 +19,11 @@
+<<<<<<< HEAD
+
+=======
+>>>>>>> 9894aafcc1c3326f1d6dcb9a0c3eb42079a623a9
\ No newline at end of file
diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts
index 75e880d8..663c4091 100644
--- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts
+++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts
@@ -407,6 +407,7 @@ export class InvoiceRequestedComponent implements OnInit {
title: '操作',
width: 125,
fixed: 'right',
+ className: 'text-center',
buttons: [
{ type: 'divider' },
{
diff --git a/src/app/routes/waybill-management/components/bulk/bulk.component.ts b/src/app/routes/waybill-management/components/bulk/bulk.component.ts
index 1b3ce216..858b314b 100644
--- a/src/app/routes/waybill-management/components/bulk/bulk.component.ts
+++ b/src/app/routes/waybill-management/components/bulk/bulk.component.ts
@@ -317,7 +317,7 @@ tabs = {
title: '操作',
fixed: 'right',
width: '110px',
- className: 'text-left',
+ className: 'text-center',
buttons: [
{
text: '确认发车',
diff --git a/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts b/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts
index cd62d8b0..fee10f3e 100644
--- a/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts
+++ b/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts
@@ -336,7 +336,7 @@ export class WaybillManagementVehicleComponent implements OnInit {
title: '操作',
fixed: 'right',
width: '110px',
- className: 'text-left',
+ className: 'text-center',
buttons: [
{
text: '确认发车',
diff --git a/src/styles/compact.less b/src/styles/compact.less
index f1e7ee1b..96a7f86a 100644
--- a/src/styles/compact.less
+++ b/src/styles/compact.less
@@ -11,15 +11,56 @@
.alain-pro__page-header-content{
margin: 8px 8px 0px !important;
}
-.ant-card-body{
- padding: 6px !important;
-}
+
.ant-card {
margin-bottom: 8px !important;
}
.ant-table tfoot>tr>td, .ant-table tfoot>tr>th, .ant-table-tbody>tr>td, .ant-table-thead>tr>th{
- padding: 6px 4px !important;
+ padding: 6px 10px;
}
.alain-pro__page-header-wrapper{
margin: 0 !important
}
+.alain-pro__menu-icon{
+ font-size: 14px !important;
+ margin: 3px 5px 0 0 ;
+}
+.sf__compact .ant-form-item {
+ margin-top: 4px !important;
+ margin-bottom: 4px !important;
+}
+.body-box{
+ max-width: 760px !important;
+ .box-content{
+ height: 77% !important;
+ }
+}
+.login-logo{
+ width:250px !important;
+ height: 100% !important;
+}
+.ant-tabs-tab-btn{
+ font-size: 18px !important;
+}
+.login-box-content{
+ max-width: 300px !important;
+ padding: 58px 0 38px !important;
+ height: 100% !important;
+}
+.total-footer {
+ bottom: 10px !important;
+}
+.ant-layout-header{
+ height: 44px;
+ padding: 0 25px;
+ line-height: 44px;
+ img{
+ width: 22px
+ }
+ .title{
+ font-size: 14px;
+ }
+}
+.ant-tabs-tab-btn{
+ font-size: 14px !important;
+}
\ No newline at end of file