Fix(云灵AI):[#5193]“我要送礼”推荐结果,点击下单/送礼按钮,规格弹窗弹出时,左上角的返回按钮仍然可以点击

This commit is contained in:
lifizer
2026-04-29 14:24:56 +08:00
parent e3a69a708c
commit 53312c889e
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -681,6 +681,9 @@ export default {
})
}
} else {
if (this.$refs.attrWindow && this.$refs.attrWindow.attr) {
this.$refs.attrWindow.attr.cartAttr = false
}
this.createNewHandle()
}
}
+1 -1
View File
@@ -36,7 +36,7 @@ input{line-height: normal; box-sizing:border-box;}
}
.line1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 100%;}
.line2{word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mask{position:fixed;top:0;left:0;right:0;bottom:0;z-index:55;background-color:rgba(0,0,0,0.5);}
.mask{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:rgba(0,0,0,0.5);}
+1 -1
View File
@@ -570,7 +570,7 @@ page {
width: 100%;
left: 0;
background-color: #fff;
z-index: 88;
z-index: 1001;
border-radius: 0.16*100rpx 0.16*100rpx 0 0;
padding-bottom: 1.4*100rpx;
transform: translate3d(0, 100%, 0);