-
-
Notifications
You must be signed in to change notification settings - Fork 49.6k
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
style: select arrow won't rotate now #23468
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 6b78302:
|
components/select/style/index.less
Outdated
@@ -99,7 +99,7 @@ | |||
&-arrow { | |||
.iconfont-mixin(); | |||
position: absolute; | |||
top: 53%; | |||
top: 50%; |
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.
我感觉 53 % 的 看着 更协调一些 😂
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.
截个图来对比一下?
Codecov Report
@@ Coverage Diff @@
## feature #23468 +/- ##
========================================
Coverage 98.48% 98.48%
========================================
Files 364 364
Lines 7326 7326
Branches 2013 1965 -48
========================================
Hits 7215 7215
Misses 111 111 Continue to review full report at Codecov.
|
2 |
先选择再看答案哦答 案2 是 53 % 我的选择是 2 |
先保持吧 53% 吧。 |
哈哈,原来已经做掉了。怪不得找了半天没发现旋转。 |
为啥要删了呢嘤嘤嘤 |
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge