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