fox
This commit is contained in:
parent
226ad75f45
commit
3baa956a1a
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue