|
|
@@ -446,7 +446,7 @@
|
|
|
:key="item"
|
|
|
:class="{ no: index === 0 }"
|
|
|
>
|
|
|
- <td>
|
|
|
+ <td style="width: 120px; text-align: left;padding-left: 30px;">
|
|
|
<div class="index" /> {{ findlabel(vehicleStatus,item.carStatus) }}
|
|
|
</td>
|
|
|
<td> {{ item?.licensePlate }} </td>
|
|
|
@@ -1433,6 +1433,9 @@ getVehicleStatusService()
|
|
|
min-width: 60px;
|
|
|
|
|
|
}
|
|
|
+ :deep(.n-base-selection-label){
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|