This commit is contained in:
梁朝伟 2022-05-30 17:12:21 +08:00
parent 226ad75f45
commit 3baa956a1a
2 changed files with 11 additions and 3 deletions

View File

@ -29,7 +29,15 @@
display: flex;
align-items: center;
justify-content: center;
background: #f5f5f5;
background: @background-color-base;
border-radius: 50%;
}
.icon-view2 {
width: 100rpx;
height: 100rpx;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.image {

View File

@ -8,8 +8,8 @@
</view>
</view>
<view class="col">
<text class="relation">{{relation}}</text>
<image src="{{qrcodeUrl}} mode="aspectFit" class="image" />
<text class="relation">{{relation || '-'}}</text>
<image src="{{qrcodeUrl}}" mode="aspectFit" class="image" />
<text class="text">微信扫一扫 添加用户权限</text>
</view>
</view>