样式修改
This commit is contained in:
parent
7b54ba6749
commit
5bb78163b4
|
|
@ -319,7 +319,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="invite-popup-footer">
|
||||
<view class="invite-btn cancel" @click="cancelInviteConfirm">取消</view>
|
||||
<view class="invite-btn cancel" @click="cancelInviteConfirm">关闭</view>
|
||||
<view class="invite-btn confirm" @click="useExistingInviteCode">确认</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -2417,7 +2417,7 @@ export default {
|
|||
justify-content: center;
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
margin: 0 10rpx;
|
||||
margin: 0 5rpx;
|
||||
}
|
||||
|
||||
.invite-btn.cancel {
|
||||
|
|
|
|||
Loading…
Reference in New Issue