Replies: 2 comments
-
@shakugans Thank you for contacting us. We will give feedback later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@shakugans 组件提供了样式变量
更改即可,非常方便 |
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.
-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
form-check默认的宽度在PC上看是比较宽的,使用的话会希望更紧凑一点,比如我这边是6个字符的话,会希望设置为80px。
但组件似乎没有把form-check级别的style或者template暴露出来;目前是在<style>中处理,但这样的处理方案似乎不是很好。
一来其实无法精细定义到每个子元素,二来这样出来似乎会污染样式。
Describe the solution you'd like
把form-check级别的style或者template暴露出来
Additional context
<style> .radio-list .form-check { width: 80px; } </style><RadioList Items="@requestItems" @bind-Value=@requestItem style="max-width:190px;min-width190px;" />
Beta Was this translation helpful? Give feedback.
All reactions