shish 1 месяц назад
Родитель
Сommit
16bfc67d54

+ 4 - 4
hdApp/src/admin/birthday/giftStats.vue

@@ -12,8 +12,8 @@
     </view>
 
     <view class="table-block">
-      <view class="block-title">待确认领取</view>
-      <view class="block-desc">待通知、已通知未回复领取人员</view>
+      <view class="block-title">待确认</view>
+      <view class="block-desc">待通知、已通知未回复的</view>
       <view class="table">
         <view class="tr head">
           <view class="td">生日赠礼名称</view>
@@ -28,8 +28,8 @@
     </view>
 
     <view class="table-block">
-      <view class="block-title">确认领取</view>
-      <view class="block-desc">已回复短信会来领取但还未领取人员已领取的人员</view>
+      <view class="block-title">确认</view>
+      <view class="block-desc">已回复未领取、已领取的</view>
       <view class="table">
         <view class="tr head">
           <view class="td">生日赠礼名称</view>

+ 3 - 4
hdApp/src/admin/home/components/mall-home-panel.vue

@@ -779,7 +779,7 @@ export default {
   flex-wrap: wrap;
   flex: 1;
   min-width: 0;
-  font-size: 30upx;
+  font-size: 32upx;
   color: #333;
 }
 .birthday-entry-icon {
@@ -787,12 +787,11 @@ export default {
   margin-right: 12upx;
 }
 .birthday-entry-title {
-  font-weight: 600;
-  margin-right: 16upx;
+  font-weight: bold;
 }
 .birthday-entry-stat {
   color: #666;
-  margin-right: 16upx;
+  margin-left: 22upx;
 }
 .birthday-entry-arrow {
   font-size: 40upx;