fix:修改车辆管理黑白名单
This commit is contained in:
parent
24dc771185
commit
9ed34f355a
@ -97,7 +97,6 @@
|
|||||||
<text class="label">车辆类型:</text>
|
<text class="label">车辆类型:</text>
|
||||||
<text class="value">{{ item.carTypeName }}</text>
|
<text class="value">{{ item.carTypeName }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="alarmItem">
|
<view class="alarmItem">
|
||||||
<text class="label">司机姓名:</text>
|
<text class="label">司机姓名:</text>
|
||||||
<text class="value">{{ item.driverWorkerName }}</text>
|
<text class="value">{{ item.driverWorkerName }}</text>
|
||||||
@ -372,7 +371,7 @@ export default {
|
|||||||
margin: 15px;
|
margin: 15px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
// display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
// flex-direction: column;
|
// flex-direction: column;
|
||||||
.alarmItem {
|
.alarmItem {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user