From 6e7ffa414ed926560fca0ba945e1a102379886a7 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Thu, 25 Jun 2026 16:11:32 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5384]=E5=8E=BF?= =?UTF-8?q?=E5=9F=9FAI=EF=BC=8C=E7=AE=80=E4=BB=8B=E8=BF=87=E9=95=BF?= =?UTF-8?q?=E6=97=B6=EF=BC=8CAI=E5=9B=BE=E6=A0=87=E4=BC=9A=E8=A2=AB?= =?UTF-8?q?=E9=81=AE=E6=8C=A1=EF=BC=8C=E6=97=A0=E6=B3=95=E5=BE=80=E4=B8=8B?= =?UTF-8?q?=E6=BB=91=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index 77ce07b..c02d79c 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -856,6 +856,7 @@ export default { height: calc(100vh - 240rpx); padding: 0 0 240rpx 0; box-sizing: border-box; + overflow-y: auto; } .focus-guide-wrap { display: flex;