-
-
Notifications
You must be signed in to change notification settings - Fork 49.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Form item has default height align with form size #21476
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 21b3389:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 83636ee:
|
Add one more div to align the center. |
Codecov Report
@@ Coverage Diff @@
## master #21476 +/- ##
==========================================
+ Coverage 97.83% 97.83% +<.01%
==========================================
Files 302 302
Lines 7016 7018 +2
Branches 1934 1888 -46
==========================================
+ Hits 6864 6866 +2
Misses 152 152
Continue to review full report at Codecov.
|
@@ -123,7 +143,13 @@ | |||
|
|||
&-control-input { | |||
position: relative; | |||
.clearfix; | |||
display: flex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这句话把 #21586 搞坏了。
@@ -67,7 +87,7 @@ | |||
display: inline-flex; | |||
align-items: center; | |||
height: 100%; | |||
max-height: @input-height-base; | |||
height: @input-height-base; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里重复了一个height
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
提个 issue。
🤔 This is a ...
🔗 Related issue link
fix #21468
💡 Background and solution
📝 Changelog
help
align style.help
时的样式问题。☑️ Self Check before Merge
View rendered components/form/demo/validate-other.md