diff --git a/core/core-frontend/src/views/copilot/index.vue b/core/core-frontend/src/views/copilot/index.vue index 0a017948fa..558b70e1bd 100644 --- a/core/core-frontend/src/views/copilot/index.vue +++ b/core/core-frontend/src/views/copilot/index.vue @@ -357,7 +357,7 @@ const queryAnswer = (event?: KeyboardEvent) => { } .question-input { min-height: 47px; - width: calc(100% - 400px); + width: calc(100% - 360px); margin-left: 20px; display: flex; align-items: center; diff --git a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue index c596d59069..709448650b 100644 --- a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue +++ b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue @@ -537,3 +537,11 @@ const save = () => { } } + +