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
ff32fa0e
You need to sign in or sign up before continuing.
Commit
ff32fa0e
authored
Mar 18, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore: 知识库切片向下新增图标更换 See merge request
!195
parents
bf1925b0
feb41816
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
index.html
index.html
+7
-2
knowledge-chuck-item.vue
...detail/base-knowledge/components/knowledge-chuck-item.vue
+1
-1
columns.tsx
...nal-space/personal-knowledge/knowledge-detail/columns.tsx
+1
-1
No files found.
index.html
View file @
ff32fa0e
...
...
@@ -8,8 +8,13 @@
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/c/font_4711453_m4bkcrjzo7h.css"
/>
<link
rel=
"preload"
href=
"https://gsst-poe-sit.gz.bcebos.com/front/SourceHanSansCN-Medium.otf"
as=
"font"
crossorigin=
"anonymous"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/c/font_4711453_j0r9s4e1cc9.css"
/>
<link
rel=
"preload"
href=
"https://gsst-poe-sit.gz.bcebos.com/front/SourceHanSansCN-Medium.otf"
as=
"font"
crossorigin=
"anonymous"
/>
<title>
Model Link
</title>
<script
src=
"/tinymce/tinymce.min.js"
type=
"module"
referrerpolicy=
"origin"
></script>
</head>
...
...
src/views/personal-space/personal-knowledge/knowledge-detail/base-knowledge/components/knowledge-chuck-item.vue
View file @
ff32fa0e
...
...
@@ -57,7 +57,7 @@ const isShowKnowledgeChunkAction = ref(false)
<n-popover
trigger=
"hover"
>
<
template
#
trigger
>
<i
class=
"iconfont icon-add-chunk-
up hover:text-font-color hover:bg-background-color flex h-6 w-6 rotate-180
cursor-pointer items-center justify-center rounded-full text-sm"
class=
"iconfont icon-add-chunk-
down hover:text-font-color hover:bg-background-color flex h-6 w-6
cursor-pointer items-center justify-center rounded-full text-sm"
@
click=
"emit('downAddChunk', chunkItem.chunkSort + 1)"
/>
</
template
>
...
...
src/views/personal-space/personal-knowledge/knowledge-detail/columns.tsx
View file @
ff32fa0e
...
...
@@ -104,7 +104,7 @@ export function createQAKnowledgeChunkColumn(
v
-
slots=
{
{
trigger
:
()
=>
(
<
i
class=
'iconfont icon-add-chunk-
up hover:text-font-color hover:bg-background-color flex h-6 w-6 rotate-180
cursor-pointer items-center justify-center rounded-full text-sm'
class=
'iconfont icon-add-chunk-
down hover:text-font-color hover:bg-background-color flex h-6 w-6
cursor-pointer items-center justify-center rounded-full text-sm'
onClick=
{
()
=>
{
handleKnowledgeChunkTableAction
(
'addDown'
,
row
.
chunkRelationId
,
row
)
}
}
...
...
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