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
d80ebaa8
authored
Apr 26, 2026
by
Archer
Committed by
GitHub
Apr 26, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: template height (#6825)
parent
cc5c5ad4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
document/content/self-host/upgrading/4-14/41416.mdx
+4
-2
document/data/doc-last-modified.json
+6
-4
projects/app/src/pageComponents/app/detail/WorkflowComponents/Flow/NodeTemplatesModal.tsx
+1
-1
No files found.
document/content/self-host/upgrading/4-14/41416.mdx
View file @
d80ebaa8
...
...
@@ -17,4 +17,6 @@ description: 'FastGPT V4.14.16 更新说明'
## 🐛 修复
1. helper-bot 前缀输出 Error~ 信息
2. 阿里云 oss copy 接口。
\ No newline at end of file
2. 阿里云 oss copy 接口。
3. 工作流节点弹窗高度过高,导致底部一行节点无法显示。
4. 临时解决评估列表权限问题,只能看到自己创建的评估。
\ No newline at end of file
document/data/doc-last-modified.json
View file @
d80ebaa8
...
...
@@ -220,7 +220,7 @@
"content/self-host/upgrading/4-14/41410.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/41410.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/41411.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/41411.mdx"
:
"2026-04-26T21:
08:4
7+08:00"
,
"content/self-host/upgrading/4-14/41411.mdx"
:
"2026-04-26T21:
28:2
7+08:00"
,
"content/self-host/upgrading/4-14/41412.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/41412.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/41413.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
...
...
@@ -228,7 +228,9 @@
"content/self-host/upgrading/4-14/41414.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/41414.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/41415.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/41415.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/41415.mdx"
:
"2026-04-26T21:28:27+08:00"
,
"content/self-host/upgrading/4-14/41416.en.mdx"
:
"2026-04-26T21:28:27+08:00"
,
"content/self-host/upgrading/4-14/41416.mdx"
:
"2026-04-26T21:28:27+08:00"
,
"content/self-host/upgrading/4-14/4142.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/4142.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/4-14/4143.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
...
...
@@ -390,8 +392,8 @@
"content/self-host/upgrading/outdated/499.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/upgrade-intruction.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/upgrading/upgrade-intruction.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/toc.en.mdx"
:
"2026-04-26T21:
08:4
7+08:00"
,
"content/toc.mdx"
:
"2026-04-26T21:
08:4
7+08:00"
,
"content/toc.en.mdx"
:
"2026-04-26T21:
28:2
7+08:00"
,
"content/toc.mdx"
:
"2026-04-26T21:
28:2
7+08:00"
,
"content/use-cases/app-cases/dalle3.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/use-cases/app-cases/dalle3.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/use-cases/app-cases/english_essay_correction_bot.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
...
...
projects/app/src/pageComponents/app/detail/WorkflowComponents/Flow/NodeTemplatesModal.tsx
View file @
d80ebaa8
...
...
@@ -72,7 +72,7 @@ const NodeTemplatesModal = ({ isOpen, onClose }: ModuleTemplateListProps) => {
left=
{
0
}
pt=
{
5
}
pb=
{
4
}
h=
{
isOpen
?
'calc(100% -
2
0px)'
:
'0'
}
h=
{
isOpen
?
'calc(100% -
10
0px)'
:
'0'
}
w=
{
isOpen
?
[
'100%'
,
`${sliderWidth}px`
]
:
'0'
}
bg=
{
'white'
}
boxShadow=
{
'3px 0 20px rgba(0,0,0,0.2)'
}
...
...
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