Commit 686b18b96a7d7c3e193c3f3c3482150fc344c88b
1 parent
046a9e0c
排版问题优化
Showing
2 changed files
with
8 additions
and
8 deletions
packageB/pages/AI-test-skin/success_result/speckle/speckle.wxml
@@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
36 | <view class="analyse_classify_body"> | 36 | <view class="analyse_classify_body"> |
37 | <view class="mt_b10"> | 37 | <view class="mt_b10"> |
38 | <view class="fenxi mgb10">原因分析</view> | 38 | <view class="fenxi mgb10">原因分析</view> |
39 | - <view class="flex"> | 39 | + <view class="flex" style="flex-wrap: wrap"> |
40 | <view style="margin-right: 20rpx"> | 40 | <view style="margin-right: 20rpx"> |
41 | <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text> | 41 | <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text> |
42 | <text class="fs26">皮肤炎症反应</text> | 42 | <text class="fs26">皮肤炎症反应</text> |
packageB/pages/AI-test-skin/success_result/wrinkle/wrinkle.wxml
@@ -55,19 +55,19 @@ | @@ -55,19 +55,19 @@ | ||
55 | <view class="analyse_classify_body"> | 55 | <view class="analyse_classify_body"> |
56 | <view class="mt_b10"> | 56 | <view class="mt_b10"> |
57 | <view class="fenxi mgb10">原因分析</view> | 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 | <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text> | 60 | <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text> |
61 | <text class="fs26">皮脂腺分泌旺盛</text> | 61 | <text class="fs26">皮脂腺分泌旺盛</text> |
62 | </view> | 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 | <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text> | 68 | <text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text> |
65 | <text class="fs26">皮脂腺分泌旺盛</text> | 69 | <text class="fs26">皮脂腺分泌旺盛</text> |
66 | </view> | 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 | </view> | 71 | </view> |
72 | </view> | 72 | </view> |
73 | 73 |