fix:修改车辆管理黑白名单

This commit is contained in:
Vce 2024-05-01 00:24:46 +08:00
parent 24dc771185
commit 9ed34f355a

View File

@ -97,7 +97,6 @@
<text class="label">车辆类型</text>
<text class="value">{{ item.carTypeName }}</text>
</view>
<view class="alarmItem">
<text class="label">司机姓名</text>
<text class="value">{{ item.driverWorkerName }}</text>
@ -372,7 +371,7 @@ export default {
margin: 15px;
padding: 15px;
position: relative;
display: flex;
// display: flex;
flex-wrap: wrap;
// flex-direction: column;
.alarmItem {