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
6e4ce8f7
Commit
6e4ce8f7
authored
Dec 17, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore: agent数据统计渠道样式调整 See merge request
!112
parents
0fb7c270
84660bae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
agent-analysis.vue
...-app-setting/components/agent-analysis/agent-analysis.vue
+3
-3
No files found.
src/views/personal-space/personal-app-setting/components/agent-analysis/agent-analysis.vue
View file @
6e4ce8f7
...
@@ -108,7 +108,7 @@ function handleRenderSelectChannel({ option }: { option: TreeSelectOption }) {
...
@@ -108,7 +108,7 @@ function handleRenderSelectChannel({ option }: { option: TreeSelectOption }) {
:
null
:
null
}
}
return
h
(
NTag
,
{
class
:
'm
r-[7px] mb-[3px]
'
},
{
default
:
()
=>
option
.
label
as
string
})
return
h
(
NTag
,
{
class
:
'm
b-[3px] px-[10px]!
'
},
{
default
:
()
=>
option
.
label
as
string
})
}
}
function
handleGetAllChannelList
(
options
:
TreeSelectOption
[])
{
function
handleGetAllChannelList
(
options
:
TreeSelectOption
[])
{
...
@@ -192,11 +192,11 @@ function handleGetAllChannelList(options: TreeSelectOption[]) {
...
@@ -192,11 +192,11 @@ function handleGetAllChannelList(options: TreeSelectOption[]) {
--n-border
:
1px
solid
#ccc
!
important
;
--n-border
:
1px
solid
#ccc
!
important
;
.n-base-selection-tag-wrapper
.n-tag
{
.n-base-selection-tag-wrapper
.n-tag
{
margin-right
:
10px
!
important
;
background
:
#fff
!
important
;
background
:
#fff
!
important
;
border-radius
:
5px
!
important
;
--n-border
:
none
!
important
;
--n-border
:
none
!
important
;
border-radius
:
5px
!
important
;
}
}
.n-base-selection-tag-wrapper
{
.n-base-selection-tag-wrapper
{
...
...
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