From f146d8ff0a087ff7eff044095bddc00cfda7a751 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 六月 2024 10:57:42 +0800
Subject: [PATCH] css

---
 h5/pages/staff/task/index.vue                    |    5 ++++-
 h5/pages/staff/meetingCalendar.vue               |   10 ++++++++--
 h5/pages/staff/vehicle/sendACar.vue              |    5 ++++-
 h5/App.vue                                       |    4 +++-
 h5/pages/applicationRecord/applicationRecord.vue |    5 ++++-
 h5/pages/staff/meetingManager.vue                |    4 ++++
 6 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/h5/App.vue b/h5/App.vue
index 205586a..8b2e485 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -225,7 +225,9 @@
   color: #999999;
   font-size: 28rpx;
 }
-
+.fs24{
+  font-size: 24rpx;
+}
 .mr24 {
   margin-right: 24rpx;
 }
diff --git a/h5/pages/applicationRecord/applicationRecord.vue b/h5/pages/applicationRecord/applicationRecord.vue
index 99080f0..ea490a1 100644
--- a/h5/pages/applicationRecord/applicationRecord.vue
+++ b/h5/pages/applicationRecord/applicationRecord.vue
@@ -64,7 +64,10 @@
           <view class="box_list_item_nr_text">{{ item.createDate }} 鎻愪氦</view>
         </view>
       </view>
-      <image v-if="list.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
+      <view v-if="list.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>
   </view>
 </template>
diff --git a/h5/pages/staff/meetingCalendar.vue b/h5/pages/staff/meetingCalendar.vue
index 326a824..4a58c6d 100644
--- a/h5/pages/staff/meetingCalendar.vue
+++ b/h5/pages/staff/meetingCalendar.vue
@@ -93,7 +93,10 @@
               <view class="value">{{ item.remark || item.meetingRemark }}</view>
             </view>
           </view>
-          <image v-if="myMeetingList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 60rpx auto;" mode="widthFix" />
+          <view v-if="myMeetingList.length === 0"  style="text-align: center;">
+            <image src="@/static/empty.png" style="width: 320rpx;margin: 60rpx auto 0" mode="widthFix" />
+            <view class="placeholder9 fs24">鏆傛棤鏁版嵁</view>
+          </view>
         </view>
       </view>
     </template>
@@ -142,7 +145,10 @@
               <view class="value">{{ item.remark || item.meetingRemark }}</view>
             </view>
           </view>
-          <image v-if="recordList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
+          <view v-if="recordList.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>
       </view>
     </template>
diff --git a/h5/pages/staff/meetingManager.vue b/h5/pages/staff/meetingManager.vue
index 513f25d..ac93057 100644
--- a/h5/pages/staff/meetingManager.vue
+++ b/h5/pages/staff/meetingManager.vue
@@ -74,6 +74,10 @@
               <view class="value">{{ item.remark || item.meetingRemark }}</view>
             </view>
           </view>
+          <view v-if="myMeetingList.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>
       </view>
     </template>
diff --git a/h5/pages/staff/task/index.vue b/h5/pages/staff/task/index.vue
index 12ce321..84cd0a7 100644
--- a/h5/pages/staff/task/index.vue
+++ b/h5/pages/staff/task/index.vue
@@ -118,7 +118,10 @@
           </view>
         </view>
       </view>
-      <image v-if="dataList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
+      <view v-if="dataList.length === 0"  style="text-align: center;">
+        <image src="@/static/empty.png" style="width: 320rpx;margin: 120px auto 0" mode="widthFix" />
+        <view class="placeholder9 fs24">鏆傛棤鏁版嵁</view>
+      </view>
     </view>
     <!-- 绛涢�� -->
     <u-popup
diff --git a/h5/pages/staff/vehicle/sendACar.vue b/h5/pages/staff/vehicle/sendACar.vue
index 4bee49a..aaba5d3 100644
--- a/h5/pages/staff/vehicle/sendACar.vue
+++ b/h5/pages/staff/vehicle/sendACar.vue
@@ -47,7 +47,10 @@
           </view>
         </view>
       </view>
-      <image v-if="dataList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
+      <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

--
Gitblit v1.9.3