From 53312c889e06c148794123ac8fb54f175ffcdb95 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 29 Apr 2026 14:24:56 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5193]=E2=80=9C?= =?UTF-8?q?=E6=88=91=E8=A6=81=E9=80=81=E7=A4=BC=E2=80=9D=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=EF=BC=8C=E7=82=B9=E5=87=BB=E4=B8=8B=E5=8D=95?= =?UTF-8?q?/=E9=80=81=E7=A4=BC=E6=8C=89=E9=92=AE=EF=BC=8C=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E5=BC=B9=E7=AA=97=E5=BC=B9=E5=87=BA=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=B7=A6=E4=B8=8A=E8=A7=92=E7=9A=84=E8=BF=94=E5=9B=9E=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=BB=8D=E7=84=B6=E5=8F=AF=E4=BB=A5=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/index.vue | 3 +++ assets/css/reset.less | 2 +- assets/css/style.less | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index fc8fd02..897642e 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -681,6 +681,9 @@ export default { }) } } else { + if (this.$refs.attrWindow && this.$refs.attrWindow.attr) { + this.$refs.attrWindow.attr.cartAttr = false + } this.createNewHandle() } } diff --git a/assets/css/reset.less b/assets/css/reset.less index d15c36f..f26e0f2 100644 --- a/assets/css/reset.less +++ b/assets/css/reset.less @@ -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);} diff --git a/assets/css/style.less b/assets/css/style.less index 1cf7285..44811ca 100644 --- a/assets/css/style.less +++ b/assets/css/style.less @@ -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);