Commit 686b18b96a7d7c3e193c3f3c3482150fc344c88b

Authored by yvan.ni
1 parent 046a9e0c

排版问题优化

packageB/pages/AI-test-skin/success_result/speckle/speckle.wxml
... ... @@ -36,7 +36,7 @@
36 36 <view class="analyse_classify_body">
37 37 <view class="mt_b10">
38 38 <view class="fenxi mgb10">原因分析</view>
39   - <view class="flex">
  39 + <view class="flex" style="flex-wrap: wrap">
40 40 <view style="margin-right: 20rpx">
41 41 <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text>
42 42 <text class="fs26">皮肤炎症反应</text>
... ...
packageB/pages/AI-test-skin/success_result/wrinkle/wrinkle.wxml
... ... @@ -55,19 +55,19 @@
55 55 <view class="analyse_classify_body">
56 56 <view class="mt_b10">
57 57 <view class="fenxi mgb10">原因分析</view>
58   - <view class="flex">
59   - <view>
  58 + <view class="flex" style="flex-wrap: wrap">
  59 + <view style="margin-right: 20rpx">
60 60 <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text>
61 61 <text class="fs26">皮脂腺分泌旺盛</text>
62 62 </view>
63   - <view>
  63 + <view style="margin-right: 20rpx">
  64 + <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text>
  65 + <text class="fs26">皮脂腺分泌旺盛</text>
  66 + </view>
  67 + <view style="margin-right: 20rpx">
64 68 <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text>
65 69 <text class="fs26">皮脂腺分泌旺盛</text>
66 70 </view>
67   - <!-- <view>
68   - <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text>
69   - <text class="fs26">皮脂腺分泌旺盛</text>
70   - </view> -->
71 71 </view>
72 72 </view>
73 73  
... ...