Commit 510ed25ab4269bc20e5b675b0be2ea1185950531
1 parent
794b0e33
分析图片居中
Showing
1 changed file
with
1 additions
and
1 deletions
packageB/pages/AI-test-skin/analyse/analyse.wxml
1 | 1 | <view class="content"> |
2 | - <view class="img"></view> | |
2 | + <view class="img" style="margin-left: -38rpx"></view> | |
3 | 3 | <view style="text-align: center;margin-top: -20%;"> |
4 | 4 | <text style="color: #fff;">正在分析...</text> |
5 | 5 | <progress border-radius="6" percent="{{per}}" activeColor="#fff" backgroundColor="#85898a" class="progress"></progress> | ... | ... |