From 3ba172652a8091c6501086a1f06d62d56aa3a277 Mon Sep 17 00:00:00 2001 From: teukkk Date: Fri, 4 Jul 2025 17:42:12 +0800 Subject: [PATCH] fix: left collapse --- ui/src/components/layout-container/index.vue | 48 ++++++++++++++++++-- ui/src/locales/lang/en-US/common.ts | 2 + ui/src/locales/lang/zh-CN/common.ts | 2 + ui/src/locales/lang/zh-Hant/common.ts | 2 + ui/src/views/application/index.vue | 2 +- ui/src/views/chat/pc/index.vue | 1 + ui/src/views/knowledge/index.vue | 2 +- ui/src/views/model/index.vue | 2 +- ui/src/views/paragraph/index.vue | 36 ++++++++------- ui/src/views/tool/index.vue | 7 +-- 10 files changed, 76 insertions(+), 28 deletions(-) diff --git a/ui/src/components/layout-container/index.vue b/ui/src/components/layout-container/index.vue index fa604a048..39804fdf2 100644 --- a/ui/src/components/layout-container/index.vue +++ b/ui/src/components/layout-container/index.vue @@ -1,7 +1,13 @@