k94314517
2024-10-16 17efddc6a667670dca682bf36b51a43e99615e6d
h5/pages/staff/vehicle/sendACar.vue
@@ -47,6 +47,14 @@
          </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 +179,7 @@
<style lang="scss">
.main_app {
  background: #f7f7f7;
  min-height: 100vh;
  padding: 0;
}
.app_header {
@@ -224,7 +233,7 @@
      text {
        &:nth-child(1) {
          font-size: 32rpx;
          font-weight: 500;
          font-weight: 600;
          color: #222222;
        }
        &:nth-child(2) {