fix(landscape): stop arrow labels overlapping section titles and prevent title truncation#54
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ing the agentic-automation section title Signed-off-by: FenjuFu <fufenjupku@gmail.com>
…Is' label off the agent-engine header Signed-off-by: FenjuFu <fufenjupku@gmail.com>
FenjuFu
force-pushed
the
fix-landscape-label-overlap
branch
from
July 14, 2026 08:37
e650c81 to
b02080a
Compare
Contributor
|
Thanks @FenjuFu We need to optimize the display for mobile devices. |
Contributor
Author
|
Thanks for the feedback. I optimized the mobile display for the landscape page by keeping a readable minimum scale on small screens, enabling horizontal scrolling for the full diagram, and improving the mobile download button layout. Could you please open it on your phone and review it here: https://website-git-fix-landsca-f05a53-dongjiang1989s-projects-ffb83d9f.vercel.app/landscape |
Signed-off-by: FenjuFu <fufenjupku@gmail.com>
FenjuFu
force-pushed
the
fix-landscape-label-overlap
branch
from
July 14, 2026 09:35
9bfae07 to
9cff1fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

问题
Landscape 页(
/landscape)存在两类版式冲突:(5, 515),正好压在「智能体自动化 (AGENTIC-AUTOMATION)」标题栏(y≈495–525)上;「提供 API」标签同样压在「智能体引擎 (AGENT-ENGINE)」标题上。h-[30px]且外层overflow-hidden,第二行被裁掉。修改
rotate(-90)竖排,放置在箭头旁列间/区间的空白带上,不再与任何标题或卡片内容相交(中英文标签均已调整)。whitespace-nowrap并将字号 13px → 12px,保证最长标题在最窄列中也能单行完整显示,杜绝此类截断。验证
scrollWidth == clientWidth,无横向裁切。效果截图
「触发 RPA」竖排于箭头旁,「智能体自动化」标题完整:
「智能体管理」不再截断,「提供 API」竖排不再压「智能体引擎」标题:
整图: