This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Replies: 1 comment
-
感觉这是官方的样式的问题造成的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TBreadcrumbItem文档用法:
<TBreadcrumbItem><TIcon Name="IconName.Books"/> 文案</TBreadcrumbItem>
TIcon 从用户的角度 TBreadcrumbItem 编写在 TBreadcrumbItem 标签内是正确的,但是从前端排版的角度来看渲染标签却需要拆分将文本类容与Icon同级处理,独立出来,现在的处理方式:
现在发现的问题:icon 垂直居中难以调整、甚至会影响其他样式
不易于排版,样式之间容易相互影响,我认为起码应该这样处理
Beta Was this translation helpful? Give feedback.
All reactions