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
a236b370
Commit
a236b370
authored
Nov 07, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore: 调整样式 See merge request
!53
parents
3e51f4ae
e901f67d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
9 deletions
+11
-9
sidebar.vue
src/layout/components/sidebar/sidebar.vue
+6
-4
page-header.vue
src/views/multi-model-dialogue/components/page-header.vue
+2
-2
agent-associated-knowledge.vue
...nal-app-setting/components/agent-associated-knowledge.vue
+1
-1
app-setting.vue
...nal-space/personal-app-setting/components/app-setting.vue
+1
-1
personal-space.vue
src/views/personal-space/personal-space.vue
+1
-1
No files found.
src/layout/components/sidebar/sidebar.vue
View file @
a236b370
...
@@ -93,13 +93,15 @@ function handleMenuValueChange(key: string) {
...
@@ -93,13 +93,15 @@ function handleMenuValueChange(key: string) {
<div
class=
"bg-px-page_logo-png mx-auto flex h-[50px] w-full shrink-0 bg-contain bg-center bg-no-repeat"
/>
<div
class=
"bg-px-page_logo-png mx-auto flex h-[50px] w-full shrink-0 bg-contain bg-center bg-no-repeat"
/>
<div
class=
"px-3 py-5"
>
<div
class=
"px-3 py-5"
>
<button
<n-button
class=
"bg-theme-color hover:bg-hover-theme-color flex h-[40px] w-[203px] items-center justify-center rounded-md text-white outline-none"
type=
"primary"
class=
"h-[40px]! w-[203px]! rounded-theme!"
:bordered=
"false"
@
click=
"handleToPersonAppSettingPage"
@
click=
"handleToPersonAppSettingPage"
>
>
<Plus
theme=
"outline"
size=
"
16"
fill=
"#fff"
:stroke-width=
"4
"
/>
<Plus
theme=
"outline"
size=
"
20"
fill=
"#fff"
:stroke-width=
"3
"
/>
<span
class=
"ml-[5px]"
>
{{
t
(
'common_module.create_agent_btn_text'
)
}}
</span>
<span
class=
"ml-[5px]"
>
{{
t
(
'common_module.create_agent_btn_text'
)
}}
</span>
</button>
</
n-
button>
</div>
</div>
<n-scrollbar>
<n-scrollbar>
...
...
src/views/multi-model-dialogue/components/page-header.vue
View file @
a236b370
...
@@ -61,11 +61,11 @@ function handleAddModelDialogue() {
...
@@ -61,11 +61,11 @@ function handleAddModelDialogue() {
:disabled=
"isDisabledAddModelBtn"
:disabled=
"isDisabledAddModelBtn"
@
click=
"handleAddModelDialogue"
@
click=
"handleAddModelDialogue"
>
>
<Plus
theme=
"outline"
size=
"1
6"
fill=
"#fff"
:stroke-width=
"4
"
/>
<Plus
theme=
"outline"
size=
"1
8"
fill=
"#fff"
:stroke-width=
"3
"
/>
<span
class=
"ml-[5px]"
>
{{
t
(
'multi_model_dialogue_module.add_model'
)
}}{{
totalNum
}}
/3
</span>
<span
class=
"ml-[5px]"
>
{{
t
(
'multi_model_dialogue_module.add_model'
)
}}{{
totalNum
}}
/3
</span>
</NButton>
</NButton>
<NButton
type=
"info"
@
click=
"handleBack"
>
<NButton
type=
"info"
@
click=
"handleBack"
>
<Logout
theme=
"outline"
size=
"1
6"
fill=
"#575FFF"
:stroke-width=
"4
"
/>
<Logout
theme=
"outline"
size=
"1
8"
fill=
"#575FFF"
:stroke-width=
"3
"
/>
<span
class=
"ml-[5px]"
>
{{
t
(
'multi_model_dialogue_module.quit_test'
)
}}
</span>
<span
class=
"ml-[5px]"
>
{{
t
(
'multi_model_dialogue_module.quit_test'
)
}}
</span>
</NButton>
</NButton>
</div>
</div>
...
...
src/views/personal-space/personal-app-setting/components/agent-associated-knowledge.vue
View file @
a236b370
...
@@ -106,7 +106,7 @@ function handleCloseAssociatedKnowledgeModal() {
...
@@ -106,7 +106,7 @@ function handleCloseAssociatedKnowledgeModal() {
<template
#
trigger
>
<template
#
trigger
>
<Plus
<Plus
theme=
"outline"
theme=
"outline"
size=
"2
1
"
size=
"2
2
"
:stroke-width=
"3"
:stroke-width=
"3"
class=
"text-theme-color cursor-pointer"
class=
"text-theme-color cursor-pointer"
@
click=
"handleShowAssociatedKnowledgeModel"
@
click=
"handleShowAssociatedKnowledgeModel"
...
...
src/views/personal-space/personal-app-setting/components/app-setting.vue
View file @
a236b370
...
@@ -984,7 +984,7 @@ function handleChangeMemoryFragmentState(value: boolean) {
...
@@ -984,7 +984,7 @@ function handleChangeMemoryFragmentState(value: boolean) {
theme=
"outline"
theme=
"outline"
size=
"15"
size=
"15"
fill=
"#333"
fill=
"#333"
:stroke-width=
"
2
"
:stroke-width=
"
3
"
class=
"ml-1 cursor-pointer text-base text-[#999] outline-none"
class=
"ml-1 cursor-pointer text-base text-[#999] outline-none"
/>
/>
</
template
>
</
template
>
...
...
src/views/personal-space/personal-space.vue
View file @
a236b370
...
@@ -116,7 +116,7 @@ async function handleCreateKnowledgeNextStep(createKnowledgeData: KnowledgeFormD
...
@@ -116,7 +116,7 @@ async function handleCreateKnowledgeNextStep(createKnowledgeData: KnowledgeFormD
<div>
<div>
<NDropdown
trigger=
"hover"
:options=
"addPersonalSpaceOptions"
@
select=
"handleSelectAddType"
>
<NDropdown
trigger=
"hover"
:options=
"addPersonalSpaceOptions"
@
select=
"handleSelectAddType"
>
<NButton
type=
"primary"
:bordered=
"false"
:focusable=
"false"
class=
"min-w-[75px]!"
>
<NButton
type=
"primary"
:bordered=
"false"
:focusable=
"false"
class=
"min-w-[75px]!"
>
<Plus
theme=
"outline"
size=
"
16"
fill=
"#fff"
:stroke-width=
"4
"
/>
<Plus
theme=
"outline"
size=
"
20"
fill=
"#fff"
:stroke-width=
"3
"
/>
<span
class=
"ml-1 text-sm"
>
{{
t
(
'personal_space_module.create_btn_text'
)
}}
</span>
<span
class=
"ml-1 text-sm"
>
{{
t
(
'personal_space_module.create_btn_text'
)
}}
</span>
</NButton>
</NButton>
</NDropdown>
</NDropdown>
...
...
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