Commit 34d3c8c00682dfcf22aa3dadeb53429d28b9ce8e
1 parent
c8a0e37e
历史档案的显示问题
Showing
2 changed files
with
3 additions
and
2 deletions
packageD/pages/AI-test-skin/index/aiskin.wxml
1 | 1 | <view class="container1"> |
2 | - <view class="history" wx:if="{{show_his}}"> | |
2 | + <view class="history" wx:if="{{show_his}}" style="font-size: 30rpx"> | |
3 | 3 | <cover-view style="padding: 0 6rpx 0 25rpx;" bindtap="goto" data-url="/packageD/pages/AI-test-skin/history_record/history_record">历史档案</cover-view> |
4 | - <text class="iconfont icon-arrow_right"></text> | |
4 | + <text class="iconfont icon-arrow_right" style="font-size: 30rpx"></text> | |
5 | 5 | </view> |
6 | 6 | <image src="{{iurl}}/miniapp/images/skinimg/shouye.jpeg"></image> |
7 | 7 | <view class="start_btn" bindtap="goto" data-url="/packageD/pages/AI-test-skin/shoot_notice/shoot_notice"> | ... | ... |