-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
feat: add rootClassName #445
Conversation
aa8e960
to
1b5cbab
Compare
4ceb8f6
to
a670a00
Compare
src/Menu.tsx
Outdated
* | ||
* - OpenTransitionName | ||
* - OpenAnimation | ||
* - OnDestroy |
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.
备注里的是方法,不用转换大小写
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.
prettier自动转化的,也不转么
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.
ready
style="opacity: 0; pointer-events: none;" | ||
> | ||
<ul | ||
class="rc-menu rc-menu-sub rc-menu-vertical custom-className" |
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.
rootClassName 总是出现在最外层 dom 上,这边出现两个是不对的。应该就在最外面的 div 上面。
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.
ready
Codecov Report
@@ Coverage Diff @@
## master #445 +/- ##
=======================================
Coverage 99.85% 99.85%
=======================================
Files 25 25
Lines 674 674
Branches 175 175
=======================================
Hits 673 673
Misses 1 1
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
a670a00
to
7e3dda9
Compare
7e3dda9
to
1b5cbab
Compare
@MadCcc pls help to release related minor version. |
v9.5.4 published |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
ant-design/ant-design#34318
💡 Background and solution
📝 Changelog
rootClassName
rootClassName
☑️ Self Check before Merge