fix(workspace): 修复工作区独立分栏与顶部控件对齐 - #35
Merged
Merged
Conversation
5 tasks
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.
背景与结果
打开多个仓库时,工作区被顶部标签栏截断,加号与面板按钮相差 4px、关闭按钮比名称低 5px。现在工作区从顶部到底部独占左列,标签栏、内容区和状态栏位于右列;顶部按钮和所有仓库标签内容统一居中。
变更类型
关联 Issue
Closes #34
变更内容
设计文档(Wiki)
https://github.com/ShaoClean/remote-git/wiki/Issue-34
Wiki 包含根因、前后截图与验证记录。审阅修订:2b8e5911f112868d5295d3d357afa23159128869。
验证
兼容性与风险
仅修改页面布局及焦点交接,不更改布局偏好数据结构或 Git/SSH 行为。未运行原生 Electron 安装包及 Windows/Linux 实机验收。
提交前检查