Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
3a030e8c
authored
Nov 05, 2025
by
Archer
Committed by
GitHub
Nov 05, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Tag filter scroll (#5863)
* fix: timeselector ui error * var update node * tag filter scroll
parent
c9edba35
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
13 deletions
+16
-13
packages/web/components/core/plugin/tool/TagFilterBox.tsx
+1
-1
projects/app/src/pageComponents/app/detail/WorkflowComponents/Flow/components/NodeTemplates/header.tsx
+5
-2
projects/app/src/pages/plugin/tool/index.tsx
+10
-10
No files found.
packages/web/components/core/plugin/tool/TagFilterBox.tsx
View file @
3a030e8c
...
@@ -68,7 +68,7 @@ const ToolTagFilterBox = ({
...
@@ -68,7 +68,7 @@ const ToolTagFilterBox = ({
},
},
'&::-webkit-scrollbar'
:
{
'&::-webkit-scrollbar'
:
{
marginTop
:
'2px'
,
marginTop
:
'2px'
,
height
:
'
4
px'
height
:
'
6
px'
},
},
'&::-webkit-scrollbar-track'
:
{
'&::-webkit-scrollbar-track'
:
{
background
:
'transparent'
background
:
'transparent'
...
...
projects/app/src/pageComponents/app/detail/WorkflowComponents/Flow/components/NodeTemplates/header.tsx
View file @
3a030e8c
...
@@ -65,8 +65,11 @@ const NodeTemplateListHeader = ({
...
@@ -65,8 +65,11 @@ const NodeTemplateListHeader = ({
}
}
);
);
const
showToolTag
=
templateType
===
TemplateTypeEnum
.
appTool
&&
selectedTagIds
!==
undefined
&&
setSelectedTagIds
;
return
(
return
(
<
Box
px=
{
'5'
}
mb=
{
3
}
whiteSpace=
{
'nowrap'
}
overflow=
{
'hidden'
}
>
<
Box
px=
{
'5'
}
mb=
{
showToolTag
?
0.5
:
2
}
whiteSpace=
{
'nowrap'
}
overflow=
{
'hidden'
}
>
{
/* Tabs */
}
{
/* Tabs */
}
<
Flex
flex=
{
'1 0 0'
}
alignItems=
{
'center'
}
gap=
{
2
}
>
<
Flex
flex=
{
'1 0 0'
}
alignItems=
{
'center'
}
gap=
{
2
}
>
<
Box
flex=
{
'1 0 0'
}
>
<
Box
flex=
{
'1 0 0'
}
>
...
@@ -178,7 +181,7 @@ const NodeTemplateListHeader = ({
...
@@ -178,7 +181,7 @@ const NodeTemplateListHeader = ({
{
templateType
===
TemplateTypeEnum
.
appTool
&&
{
templateType
===
TemplateTypeEnum
.
appTool
&&
selectedTagIds
!==
undefined
&&
selectedTagIds
!==
undefined
&&
setSelectedTagIds
&&
(
setSelectedTagIds
&&
(
<
Box
mt=
{
2
}
mb=
{
-
1
}
>
<
Box
mt=
{
2
}
>
<
ToolTagFilterBox
<
ToolTagFilterBox
tags=
{
toolTags
}
tags=
{
toolTags
}
selectedTagIds=
{
selectedTagIds
}
selectedTagIds=
{
selectedTagIds
}
...
...
projects/app/src/pages/plugin/tool/index.tsx
View file @
3a030e8c
...
@@ -190,8 +190,8 @@ const ToolKitProvider = () => {
...
@@ -190,8 +190,8 @@ const ToolKitProvider = () => {
)
}
)
}
</
Flex
>
</
Flex
>
{
/* Tags */
}
{
/* Tags */
}
<
Flex
mt=
{
2
}
mb=
{
3
}
alignItems=
{
'
start
'
}
>
<
Flex
mt=
{
2
}
mb=
{
3
}
alignItems=
{
'
center
'
}
>
<
Flex
alignItems=
{
'
center'
}
>
<
Flex
alignItems=
{
'
start'
}
flex=
{
'1 0 0'
}
w=
{
0
}
mr=
{
[
3
,
10
]
}
>
<
Flex
<
Flex
alignItems=
{
'center'
}
alignItems=
{
'center'
}
transition=
{
'all 0.3s'
}
transition=
{
'all 0.3s'
}
...
@@ -262,15 +262,15 @@ const ToolKitProvider = () => {
...
@@ -262,15 +262,15 @@ const ToolKitProvider = () => {
</
Flex
>
</
Flex
>
)
}
)
}
</
Flex
>
</
Flex
>
<
Box
flex=
{
'1'
}
overflow=
{
'auto'
}
mb=
{
-
1
}
>
<
ToolTagFilterBox
tags=
{
tags
}
selectedTagIds=
{
selectedTagIds
}
onTagSelect=
{
setSelectedTagIds
}
/>
</
Box
>
</
Flex
>
</
Flex
>
<
Box
flex=
{
'1'
}
overflow=
{
'auto'
}
mb=
{
-
1
}
>
<
ToolTagFilterBox
tags=
{
tags
}
selectedTagIds=
{
selectedTagIds
}
onTagSelect=
{
setSelectedTagIds
}
/>
</
Box
>
<
Box
w=
{
10
}
/>
<
MyMenu
<
MyMenu
trigger=
"hover"
trigger=
"hover"
Button=
{
Button=
{
...
...
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