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
style设置了,其他两个也必须设置了,要不然三个状态一致,视觉上无法区分了。因为可能只是变更下圆角,也要全部设置了
因为设置了style,点击状态肯定不能用默认的style了,可能描边、颜色啥的都差别很大。最简单的修改是加个提示,要三个一起设置才能生效。另一种修改,是点击状态基于你传递的style改一下色值,不过这种方案不知道会不会引起其他问题,需要评估一下
The text was updated successfully, but these errors were encountered:
👋 @Luozf12345,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
评估之后,无需修改,0.1.4版本再style注释已说明
No branches or pull requests
这个功能解决了什么问题
style设置了,其他两个也必须设置了,要不然三个状态一致,视觉上无法区分了。因为可能只是变更下圆角,也要全部设置了
你建议的方案是什么
因为设置了style,点击状态肯定不能用默认的style了,可能描边、颜色啥的都差别很大。最简单的修改是加个提示,要三个一起设置才能生效。另一种修改,是点击状态基于你传递的style改一下色值,不过这种方案不知道会不会引起其他问题,需要评估一下
The text was updated successfully, but these errors were encountered: