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 }} 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; + } +}