Commit d19a443909ca249b947348a94e6fdbcfbdcd6ff1

Authored by xianghenggang

Merge branch 'master' of https://git.healthbaby.com.cn/luoye/littleapp_child

Showing 2 changed files

littleApp_child/pages/CheckReport/CheckReport.wxml View file @ d19a443
... ... @@ -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 @ d19a443
... ... @@ -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