Commit 76af030b by fengzhaoyu

fix:当天左侧时间不变灰

parent 14fc8f04
...@@ -191,8 +191,9 @@ ...@@ -191,8 +191,9 @@
margin-bottom: 32rpx; margin-bottom: 32rpx;
} }
.today { .date .today {
border-left: 8rpx solid rgba(234, 12, 40, 1); border-left: 8rpx solid rgba(234, 12, 40, 1);
color: rgba(10, 10, 10, 1) !important;
} }
.todayNoData { .todayNoData {
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<!-- 天 --> <!-- 天 -->
<block a:elif="{{item.type == 'day' || item.type == 'today'}}"> <block a:elif="{{item.type == 'day' || item.type == 'today'}}">
<view class="date li" id="{{ item.dateStr}}"> <view class="date li" id="{{ item.dateStr}}">
<view class="hasDateTitle {{item.type == 'today' && item.hasDateLabel ? 'today' : ''}} {{item.value.isBeOverdue ? 'overdueLabel':''}}"> <view class="hasDateTitle {{item.value.isBeOverdue ? 'overdueLabel':''}} {{item.type == 'today' && item.hasDateLabel ? 'today' : ''}}">
<view> <view>
{{item.week}} {{item.week}}
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment