We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当前收起后组名会变成一条 灰色分割线,第一条分割线显得有点多余。并且 logo 的左边距过大,导致偏右。
调整收起后 logo 的 margin;不显示第一个分割线,之前在组名 title 上使用 after 伪类实现,后面考虑使用 t-divider 实现分割线。
The text was updated successfully, but these errors were encountered:
👋 @RayJason,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
♥️ 有劳 @LeeJim @amadeus711 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @RayJason 。
t-menu-group
t-menu-group__title
t-submenu
t-menu__item
t-menu > *:not(:first-child):not(.t-menu-group), t-menu-group > *:not(:first-child) { margin-top: var(--td-comp-margin-xs); }
LeeJim
No branches or pull requests
这个功能解决了什么问题
当前收起后组名会变成一条 灰色分割线,第一条分割线显得有点多余。并且 logo 的左边距过大,导致偏右。
你建议的方案是什么
调整收起后 logo 的 margin;不显示第一个分割线,之前在组名 title 上使用 after 伪类实现,后面考虑使用 t-divider 实现分割线。
The text was updated successfully, but these errors were encountered: