shish 1 месяц назад
Родитель
Сommit
c4625d6d8e
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      hdApp/src/admin/birthday/board.vue

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

@@ -65,7 +65,7 @@
             <view class="info-lines">
               <view v-if="item.status === 0" class="line link" @click="fillBirthday(index, list.data)">点击填写生日</view>
               <view v-else class="line">生日:{{ item.birthdayDisplay }}</view>
-              <view class="line gift-line">生日赠礼:{{ item.giftName || '—' }}</view>
+              <view class="line gift-line">礼:{{ item.giftName || '—' }}</view>
               <view v-if="item.status === 3 && item.pickupTime" class="line sub">预约领取时间:{{ formatTime(item.pickupTime) }}</view>
               <view v-if="item.status === 4 && item.collectTime" class="line sub">领取时间:{{ formatTime(item.collectTime) }}</view>
               <view v-if="item.status === 5" class="line sub">预约领取时间:超时自动放弃</view>
@@ -696,11 +696,11 @@ export default {
   gap: 8upx;
 }
 .name {
-  font-size: 30upx;
+  font-size: 34upx;
   font-weight: 600;
 }
 .mobile {
-  font-size: 24upx;
+  font-size: 28upx;
   color: #888;
 }
 .level-icon {
@@ -716,7 +716,7 @@ export default {
   min-width: 0;
 }
 .line {
-  font-size: 24upx;
+  font-size: 26upx;
   color: #666;
   margin-top: 8upx;
 }