|
@@ -97,10 +97,10 @@
|
|
|
<view class="birthday-entry-row">
|
|
<view class="birthday-entry-row">
|
|
|
<view class="birthday-entry-left">
|
|
<view class="birthday-entry-left">
|
|
|
<text class="birthday-entry-icon">🎂</text>
|
|
<text class="birthday-entry-icon">🎂</text>
|
|
|
- <text class="birthday-entry-title">最近生日</text>
|
|
|
|
|
- <text class="birthday-entry-stat">今日 {{ birthdaySummary.today || 0 }} 人</text>
|
|
|
|
|
- <text class="birthday-entry-stat">明日 {{ birthdaySummary.tomorrow || 0 }} 人</text>
|
|
|
|
|
- <text class="birthday-entry-stat">近一周 {{ birthdaySummary.week || 0 }} 人</text>
|
|
|
|
|
|
|
+ <text class="birthday-entry-title">生日</text>
|
|
|
|
|
+ <text class="birthday-entry-stat">今天{{ birthdaySummary.today || 0 }}人</text>
|
|
|
|
|
+ <text class="birthday-entry-stat">明天{{ birthdaySummary.tomorrow || 0 }}人</text>
|
|
|
|
|
+ <text class="birthday-entry-stat">近一周{{ birthdaySummary.week || 0 }}人</text>
|
|
|
</view>
|
|
</view>
|
|
|
<text class="birthday-entry-arrow">›</text>
|
|
<text class="birthday-entry-arrow">›</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -779,7 +779,7 @@ export default {
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
min-width: 0;
|
|
min-width: 0;
|
|
|
- font-size: 26upx;
|
|
|
|
|
|
|
+ font-size: 30upx;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
}
|
|
}
|
|
|
.birthday-entry-icon {
|
|
.birthday-entry-icon {
|
|
@@ -792,7 +792,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
.birthday-entry-stat {
|
|
.birthday-entry-stat {
|
|
|
color: #666;
|
|
color: #666;
|
|
|
- margin-right: 12upx;
|
|
|
|
|
|
|
+ margin-right: 16upx;
|
|
|
}
|
|
}
|
|
|
.birthday-entry-arrow {
|
|
.birthday-entry-arrow {
|
|
|
font-size: 40upx;
|
|
font-size: 40upx;
|