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
709b68c5
Commit
709b68c5
authored
May 22, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(知识库切片): 样式修改
parent
6c2b12c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
hit-knowledge-item.vue
...nt-config/agent-preview/components/hit-knowledge-item.vue
+2
-8
No files found.
src/views/personal-space/personal-app-setting/components/agent-config/agent-preview/components/hit-knowledge-item.vue
View file @
709b68c5
...
...
@@ -37,12 +37,7 @@ function handleClickExpand() {
<
template
>
<div
class=
"group overflow-hidden rounded-[10px] border"
:class=
"
isExpandContent
? 'border-theme-color bg-[#f1f2ff]'
: 'hover:border-theme-color border-[#ededee] bg-[#fafaff] hover:bg-[#f1f2ff]'
"
class=
"hover:border-theme-color group overflow-hidden rounded-[10px] border border-[#ededee] bg-[#fafaff] hover:bg-[#f1f2ff]"
>
<div
class=
"flex-center h-9 flex-shrink-0 justify-between gap-[18px] overflow-hidden bg-[#e2e4ff] px-[10px]"
>
<div
class=
"text-font-color flex flex-1 items-center gap-[5px] overflow-hidden"
>
...
...
@@ -76,8 +71,7 @@ function handleClickExpand() {
<div
v-show=
"isContentExceed"
class=
"text-gray-font-color flex-center ml-auto mt-3 h-[16px] w-[72px] cursor-pointer items-baseline gap-[5px] pr-2 leading-4 hover:text-[rgba(153,153,153,0.8)] group-hover:bg-[#f1f2ff]"
:class=
"isExpandContent ? 'bg-[#f1f2ff]' : 'bg-[#fafaff]'"
class=
"text-gray-font-color flex-center ml-auto mt-3 h-[16px] w-[72px] cursor-pointer items-baseline gap-[5px] bg-[#fafaff] pr-2 leading-4 hover:text-[rgba(153,153,153,0.8)] group-hover:bg-[#f1f2ff]"
@
click=
"handleClickExpand"
>
<span
class=
"inline-block leading-4"
>
...
...
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