1366-OTA管理查询条件显示不友好

This commit is contained in:
zyx.net
2023-08-22 16:45:20 +08:00
parent afbec4949c
commit b6fe83e340
@@ -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>