mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
fix: template height (#6825)
This commit is contained in:
@@ -17,4 +17,6 @@ description: 'FastGPT V4.14.16 更新说明'
|
||||
## 🐛 修复
|
||||
|
||||
1. helper-bot 前缀输出 Error~ 信息
|
||||
2. 阿里云 oss copy 接口。
|
||||
2. 阿里云 oss copy 接口。
|
||||
3. 工作流节点弹窗高度过高,导致底部一行节点无法显示。
|
||||
4. 临时解决评估列表权限问题,只能看到自己创建的评估。
|
||||
@@ -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:47+08:00",
|
||||
"content/self-host/upgrading/4-14/41411.mdx": "2026-04-26T21:28:27+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:47+08:00",
|
||||
"content/toc.mdx": "2026-04-26T21:08:47+08:00",
|
||||
"content/toc.en.mdx": "2026-04-26T21:28:27+08:00",
|
||||
"content/toc.mdx": "2026-04-26T21:28:27+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",
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@ const NodeTemplatesModal = ({ isOpen, onClose }: ModuleTemplateListProps) => {
|
||||
left={0}
|
||||
pt={5}
|
||||
pb={4}
|
||||
h={isOpen ? 'calc(100% - 20px)' : '0'}
|
||||
h={isOpen ? 'calc(100% - 100px)' : '0'}
|
||||
w={isOpen ? ['100%', `${sliderWidth}px`] : '0'}
|
||||
bg={'white'}
|
||||
boxShadow={'3px 0 20px rgba(0,0,0,0.2)'}
|
||||
|
||||
Reference in New Issue
Block a user