修复导出整合包页面中,部分输入框因宽度不够导致警告文本无法显示的问题 - #6646
Closed
Hylfrd wants to merge 2 commits into
Closed
Conversation
Contributor
|
这样一来感觉没有警告的时候好怪异啊 我觉得我们需要一个更完善的解决方案,比如把那个分割线移除之类的 |
Contributor
Author
Contributor
怎么感觉更怪异了啊🤔 |
Contributor
Author
|
去掉线其实更怪异,上下间隔宽度会很大。更优的方案可能是将警告文本放到输入框内,但这样就要专门再写一个样式了,我认为目前的修改就足够了 |
Member
|
我觉得改完之后非常丑…… |
Contributor
Author
Member
|
也挺奇怪的。我考虑这个问题是不是应该作为 #3683 的一部分被解决。 |
Contributor
Author
|
可以后续更新UI之后再统一处理。 |
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.


Fix #6603
Before:
After: