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
loading icon 目前只能出现在中间,loading 包裹的内容很长时,看不见 icon。
建议添加一个 top 属性,允许设置 icon 距离容器顶部的距离,例如:10px 等。
top
10px
The text was updated successfully, but these errors were encountered:
👋 @vikyd,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
当前,试试给外层元素设置一个 margin-top: -100px
这样会侵占上方元素,并不彻底。
No branches or pull requests
这个功能解决了什么问题
loading icon 目前只能出现在中间,loading 包裹的内容很长时,看不见 icon。
你建议的方案是什么
建议添加一个
top
属性,允许设置 icon 距离容器顶部的距离,例如:10px
等。The text was updated successfully, but these errors were encountered: