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
对应的组件
Avatar
相关环境
基础库版本:最新
运行环境:开发者工具
出现的问题
按官网的示例使用:
<t-avatar icon="user" t-class-icon="default-user" />
是没有任何样式的。需要手动实现 default-user 相关的样式:
default-user
.default-user { background-color: #e7e7e7; color: #c5c5c5; font-size: 60rpx; }
我的预期
应该是有默认的样式,而不是通过 externClass 来实现这默认样式
附加信息
相关链接:https://txc.qq.com/products/293854/post/164195607783926055/
The text was updated successfully, but these errors were encountered:
@Perisiguiendo 麻烦跟进一下
Sorry, something went wrong.
feat(avatar): avatar-group组件删除icon外部类&删除多余内容
c2988fb
Tencent#107
c8cc95d
本次修复:
No branches or pull requests
对应的组件
Avatar
相关环境
基础库版本:最新
运行环境:开发者工具
出现的问题
按官网的示例使用:
是没有任何样式的。需要手动实现
default-user
相关的样式:我的预期
应该是有默认的样式,而不是通过 externClass 来实现这默认样式
附加信息
相关链接:https://txc.qq.com/products/293854/post/164195607783926055/
The text was updated successfully, but these errors were encountered: