Commit 2afd98ec43082258de6f22cdbbc8fda4d9782f9d
1 parent
e05fd30e39
Exists in
master
and in
2 other branches
like icon
Showing 2 changed files with 4 additions and 4 deletions
littleApp_child/pages/CheckReport/CheckReport.wxml
View file @
2afd98e
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | <view class="circle_year">{{yearText}}</view> |
13 | 13 | </view> |
14 | 14 | <!--选择器--> |
15 | - <picker range="{{dateList}}" bindchange="clickDate"> | |
15 | + <picker range="{{dateList}}" bindchange="clickDate" value='{{dateIndex}}'> | |
16 | 16 | <image class="circle_click" src="../../source/more_date.png"></image> |
17 | 17 | </picker> |
18 | 18 | <image class="icon_left" wx:if="{{isShowLeft}}" bindtap="toBefore" src="../../source/left.png"></image> |
littleApp_child/pages/home/home.wxss
View file @
2afd98e
... | ... | @@ -249,8 +249,8 @@ |
249 | 249 | } |
250 | 250 | |
251 | 251 | .article_content_bottomBar_likes_icon { |
252 | - height: 22px; | |
253 | - width: 22px; | |
252 | + height: 25px; | |
253 | + width: 25px; | |
254 | 254 | margin-right: 4px; |
255 | 255 | } |
256 | 256 | |
... | ... | @@ -258,7 +258,7 @@ |
258 | 258 | .article_content_bottomBar_likes_text { |
259 | 259 | font-size: 10px; |
260 | 260 | color: #C8C6C6; |
261 | - transform: translateY(-7px); | |
261 | + transform: translateY(-8px) translateX(-5px); | |
262 | 262 | display: inline-block; |
263 | 263 | } |
264 | 264 |