h5/pages/staff/vehicle/sendACar.vue
@@ -47,6 +47,10 @@ </view> </view> </view> <view v-if="dataList.length === 0" style="text-align: center;"> <image src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto 0" mode="widthFix" /> <view class="placeholder9 fs24">暂无数据</view> </view> </view> <!-- 选择车辆 --> <u-picker @@ -171,6 +175,7 @@ <style lang="scss"> .main_app { background: #f7f7f7; min-height: 100vh; padding: 0; } .app_header {