Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
1a570b36
Commit
1a570b36
authored
May 23, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore(知识库切片): 显示切片时,对话区域支持滚动 See merge request
!229
parents
9a7f2b5a
e356e1a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
hit-knowledge-content.vue
...multi-model-dialogue/components/hit-knowledge-content.vue
+1
-1
hit-knowledge.vue
...s/agent-config/agent-preview/components/hit-knowledge.vue
+2
-2
No files found.
src/views/multi-model-dialogue/components/hit-knowledge-content.vue
View file @
1a570b36
...
@@ -63,7 +63,7 @@ const stopResize = () => {
...
@@ -63,7 +63,7 @@ const stopResize = () => {
v-model:show=
"isShowDrawer"
v-model:show=
"isShowDrawer"
placement=
"bottom"
placement=
"bottom"
:height=
"drawerHeight"
:height=
"drawerHeight"
:show-mask=
"
'transparent'
"
:show-mask=
"
false
"
:trap-focus=
"false"
:trap-focus=
"false"
:block-scroll=
"false"
:block-scroll=
"false"
class=
"shadow-[0_0_20px_rgba(0,4,65,0.07)]! mx-[25px]! rounded-[10px]! relative"
class=
"shadow-[0_0_20px_rgba(0,4,65,0.07)]! mx-[25px]! rounded-[10px]! relative"
...
...
src/views/personal-space/personal-app-setting/components/agent-config/agent-preview/components/hit-knowledge.vue
View file @
1a570b36
...
@@ -18,11 +18,11 @@ const isShowDrawer = defineModel<boolean>('isShowDrawer', { required: true })
...
@@ -18,11 +18,11 @@ const isShowDrawer = defineModel<boolean>('isShowDrawer', { required: true })
<n-drawer
<n-drawer
v-model:show=
"isShowDrawer"
v-model:show=
"isShowDrawer"
:width=
"430"
:width=
"430"
:show-mask=
"
'transparent'
"
:show-mask=
"
false
"
:trap-focus=
"false"
:trap-focus=
"false"
:block-scroll=
"false"
:block-scroll=
"false"
:to=
"to"
:to=
"to"
class=
"shadow-[0_0_20px_rgba(0,4,65,0.07)]! rounded-[10px]!"
class=
"shadow-[0_0_20px_rgba(0,4,65,0.07)]! rounded-
l-
[10px]!"
>
>
<n-drawer-content
<n-drawer-content
:title=
"t('personal_space_module.agent_module.agent_setting_module.agent_config_module.back_chunk_content')"
:title=
"t('personal_space_module.agent_module.agent_setting_module.agent_config_module.back_chunk_content')"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment