1366-OTA管理查询条件显示不友好
This commit is contained in:
@@ -230,7 +230,7 @@ export default {
|
|||||||
{
|
{
|
||||||
title: this.$t('vehicleType'),
|
title: this.$t('vehicleType'),
|
||||||
align: 'left',
|
align: 'left',
|
||||||
width: 170,
|
width: 320,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
dataIndex: 'appliedVehicleProject'
|
dataIndex: 'appliedVehicleProject'
|
||||||
},
|
},
|
||||||
@@ -245,7 +245,7 @@ export default {
|
|||||||
title: this.$t('operation'),
|
title: this.$t('operation'),
|
||||||
align: 'left',
|
align: 'left',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
width: 220,
|
width: 100,
|
||||||
scopedSlots: { customRender: 'operation' }
|
scopedSlots: { customRender: 'operation' }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -442,4 +442,7 @@ export default {
|
|||||||
::v-deep .ant-table-placeholder {
|
::v-deep .ant-table-placeholder {
|
||||||
margin-top: 8px !important;
|
margin-top: 8px !important;
|
||||||
}
|
}
|
||||||
|
/deep/ .ant-calendar-range-picker-input{
|
||||||
|
margin-left: -2px !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user