@@ -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;
+ }
@@ -1370,7 +1370,7 @@ onUnmounted(() => {
&>span {
&:first-child {
- width: 175px;
+ width: 185px;
height: 48px;
border-radius: 5px;
background: rgba(33, 133, 232, 0.298);