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
e356e1a9
You need to sign in or sign up before continuing.
Commit
e356e1a9
authored
May 23, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(知识库切片): 显示切片时,对话区域支持滚动
parent
709b68c5
Show 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 @
e356e1a9
...
...
@@ -63,7 +63,7 @@ const stopResize = () => {
v-model:show=
"isShowDrawer"
placement=
"bottom"
:height=
"drawerHeight"
:show-mask=
"
'transparent'
"
:show-mask=
"
false
"
:trap-focus=
"false"
:block-scroll=
"false"
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 @
e356e1a9
...
...
@@ -18,11 +18,11 @@ const isShowDrawer = defineModel<boolean>('isShowDrawer', { required: true })
<n-drawer
v-model:show=
"isShowDrawer"
:width=
"430"
:show-mask=
"
'transparent'
"
:show-mask=
"
false
"
:trap-focus=
"false"
:block-scroll=
"false"
: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
: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