From 03a780eb769e3f15bae54809ddb296a038f51fe3 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 13 Nov 2024 12:58:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E3=80=90=E5=BA=94=E7=94=A8=E3=80=91?= =?UTF-8?q?=E7=AE=80=E5=8D=95=E9=85=8D=E7=BD=AE=E4=B8=AD=E5=AF=B9=E8=BF=87?= =?UTF-8?q?=E9=95=BF=E5=90=8D=E7=A7=B0=E7=9F=A5=E8=AF=86=E5=BA=93=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=85=B3=E8=81=94=E6=97=B6=E6=9C=89=E6=A6=82=E7=8E=87?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E7=9F=A5?= =?UTF-8?q?=E8=AF=86=E5=BA=93=E5=85=A8=E9=83=A8=E5=90=8D=E7=A7=B0(#1596)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/chat-input-operate/index.vue | 4 +- .../component/prologue-content/index.vue | 5 +- ui/src/components/ai-chat/index.vue | 2 +- ui/src/router/modules/application.ts | 7 - ui/src/router/modules/dataset.ts | 2 +- .../views/application/ApplicationSetting.vue | 25 +- ui/src/views/application/CreateAndSetting.vue | 546 ------------------ .../component/AddDatasetDialog.vue | 4 +- 8 files changed, 24 insertions(+), 571 deletions(-) delete mode 100644 ui/src/views/application/CreateAndSetting.vue diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue index 82f5c093488..8ae880d5cff 100644 --- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue +++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue @@ -1,7 +1,7 @@ 设置 - + @@ -527,7 +536,7 @@
- +
diff --git a/ui/src/views/application/CreateAndSetting.vue b/ui/src/views/application/CreateAndSetting.vue deleted file mode 100644 index 7967f36411e..00000000000 --- a/ui/src/views/application/CreateAndSetting.vue +++ /dev/null @@ -1,546 +0,0 @@ - - - diff --git a/ui/src/views/application/component/AddDatasetDialog.vue b/ui/src/views/application/component/AddDatasetDialog.vue index 6313d7531e7..2c7ecaa1ff8 100644 --- a/ui/src/views/application/component/AddDatasetDialog.vue +++ b/ui/src/views/application/component/AddDatasetDialog.vue @@ -40,9 +40,7 @@ - - {{ item.name }} - + {{ item.name }} From 4e48291c74d90f3e30c049f0b799d8014ea078a2 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 13 Nov 2024 12:59:03 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/chat/pc/index.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index 79dc759f799..9c875290613 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -114,7 +114,7 @@ -
+
{ } } } + +.chat-width { + max-width: 80%; + margin: 0 auto; +} +@media only screen and (max-width: 1000px) { + .chat-width { + max-width: 100% !important; + margin: 0 auto; + } +} From 99b6ca8597a679f651838bfc47df8b976cd9f369 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 13 Nov 2024 13:17:48 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=90=8E=E6=BB=9A=E5=8A=A8=E5=8A=A0=E8=BD=BD=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=88#1590=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/infinite-scroll/index.vue | 11 ++++++++++- ui/src/views/application/index.vue | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ui/src/components/infinite-scroll/index.vue b/ui/src/components/infinite-scroll/index.vue index a562c5c2802..c1a472e4113 100644 --- a/ui/src/components/infinite-scroll/index.vue +++ b/ui/src/components/infinite-scroll/index.vue @@ -12,7 +12,7 @@