feat(breadcrumb): support web component#1844
Closed
Lyan-u wants to merge 3 commits into
Closed
Conversation
16 tasks
uyarn
reviewed
Jul 23, 2024
| } | ||
| } | ||
|
|
||
| :not(@{prefix}-breadcrumb-item) > |
Collaborator
Author
There was a problem hiding this comment.
在 web component 中,原来的 .t-breadcrumb__item:last-child 会选中每一个 <t-breadcrumb-item> 下的 .t-breadcrumb__item, 所以使用:not来排除web component 中的元素,后面单独处理最后一个 <t-breadcrumb-item>
Collaborator
|
@carolin913 这个要按照前几天说的挪到_wc.less吗 |
Collaborator
|
wc的额外样式不在通用部分增加了 cc @carolin913 |
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.

🤔 这个 PR 的性质是?
🔗 相关 Issue
TDesignOteam/tdesign-web-components#14
💡 需求背景和解决方案
📝 更新日志
feat(breadcrumb): support web component
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单