From 57f36f0b64b9b37ed98e9aeeef5cd73c4cf22467 Mon Sep 17 00:00:00 2001 From: Twilight Date: Mon, 16 Sep 2024 21:53:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/Chat.vue | 2 +- src/layouts/DefaultLayout.vue | 10 ++++++++-- src/pages/index.vue | 16 ---------------- src/stores/app.ts | 1 + 4 files changed, 10 insertions(+), 19 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 75de0cb..3cd8952 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -22,7 +22,7 @@
- - diff --git a/src/stores/app.ts b/src/stores/app.ts index a7d2560..0f3e936 100644 --- a/src/stores/app.ts +++ b/src/stores/app.ts @@ -8,5 +8,6 @@ export const useAppStore = defineStore("app", { contentScrollHeight: 0, contentScrollPosition: 0, contentScrollOnBottom: false, + contentScrollable: false, }), });