修改
This commit is contained in:
parent
74d4a1af4b
commit
44225d644e
@ -73,17 +73,18 @@
|
||||
::v-deep .u-mode-center-box {
|
||||
background: none !important;
|
||||
}
|
||||
::v-deep .u-icon{
|
||||
::v-deep .u-icon--right{
|
||||
background-color: #fff;
|
||||
border-radius: 50%;
|
||||
width: 40rpx !important;
|
||||
height: 40rpx !important;
|
||||
padding: 6rpx;
|
||||
// width: 40rpx !important;
|
||||
// height: 40rpx !important;
|
||||
}
|
||||
::v-deep .u-icon__icon {
|
||||
position: absolute !important;
|
||||
left:50% !important;
|
||||
top:50% !important;
|
||||
transform: translate(-50%,-50%) !important;
|
||||
::v-deep .u-iconfont {
|
||||
// position: absolute !important;
|
||||
// left:50% !important;
|
||||
// top:50% !important;
|
||||
// transform: translate(-50%,-50%) !important;
|
||||
}
|
||||
::v-deep .u-close--top-right{
|
||||
top:0 !important;
|
||||
|
||||
@ -436,6 +436,7 @@
|
||||
integralGoodsOrder(that.updata).then(res => {
|
||||
if (res.code == 200) {
|
||||
that.selectPatientSignInifo();
|
||||
that.selectExchangeGoodsinfo();
|
||||
that.$refs.uToast.show({
|
||||
title: '兑换商品成功',
|
||||
type: 'success'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user