From ebc96a1cf0424c04dceacbc42f9ad2a897223be9 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 25 六月 2024 14:42:04 +0800
Subject: [PATCH] css

---
 h5/pages/staff/vehicle/shiwai.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/h5/pages/staff/vehicle/shiwai.vue b/h5/pages/staff/vehicle/shiwai.vue
index bf13087..54bc0f3 100644
--- a/h5/pages/staff/vehicle/shiwai.vue
+++ b/h5/pages/staff/vehicle/shiwai.vue
@@ -37,7 +37,7 @@
     </view>
     <view class="have_info" v-if="info && info.length > 0">
       <view class="tit">鎮ㄧ敵璇风殑鐢ㄨ溅鏃舵宸叉湁杞﹁締棰勭害</view>
-      <view class="content" v-for="item,i in info" :key="i">
+      <view class="content" v-for="(item, i) in info" :key="i">
         <view class="card">{{ item.carCode }}</view>
         <view class="line">
           <text>鐢ㄨ溅鏃舵</text>
@@ -61,7 +61,7 @@
         </view>
         <view class="line">
           <text>鐢宠浜�</text>
-          <text>{{ item.memberName }} {{ item.memberMobile}}</text>
+          <text>{{ item.memberName }} {{ item.memberMobile }}</text>
         </view>
       </view>
     </view>
@@ -131,7 +131,7 @@
   methods: {
     onSubmit() {
       const { param, info } = this
-			if (info.length > 0) return uni.showToast({
+      if (info.length > 0) return uni.showToast({
         title: '璇烽噸鏂伴�夋嫨鏃堕棿娈�',
         icon: 'none'
       })
@@ -217,7 +217,7 @@
 
 <style lang="scss">
 .have_info {
-	padding: 0 0 200rpx;
+  padding: 0 0 200rpx;
   .tit {
     color: #ed4545;
     margin: 40rpx 0 24rpx;
@@ -226,10 +226,10 @@
     background: #f7f7f7;
     border-radius: 16rpx;
     padding: 30rpx 30rpx 10rpx;
-		margin-bottom: 20rpx;
+    margin-bottom: 20rpx;
     .card {
       margin-bottom: 30rpx;
-      font-weight: 500;
+      font-weight: 600;
       font-size: 32rpx;
       color: #222222;
       background: #f7f7f7;
@@ -317,7 +317,7 @@
   position: fixed;
   width: 100%;
   left: 0;
-	background-color: #fff;
+  background-color: #fff;
   bottom: 0;
   padding: 20rpx 30rpx 84rpx;
   box-shadow: 0rpx -3rpx 6rpx 0rpx #eeeeee;

--
Gitblit v1.9.3