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
在官网demo-general综合场景demo中,添加容器,再进行切分,随后将任意图表拖入容器中,图表不是固定大小展示,而是一直在膨胀
Steps to reproduce the behavior: / 详细复现步骤:
(this information can be collected via the manual plugin / 版本信息可通过低代码用户手册插件收集)
Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题
The text was updated successfully, but these errors were encountered:
Hello @tcj98. We totally like your proposal/feedback, PR wanted。
你好 @tcj98,我们完全同意你的提议/反馈,欢迎 PR。
Sorry, something went wrong.
这个bug已经两周了,请问有进展了吗
粗略的跟了下这个问题(Demo环境可以复现),大体原因如下:
@alifd/layout/view.css
.fd-layout-p-margin>* { margin-top: var(--page-p-el-margin); // default is 4px margin-bottom: var(--page-p-el-margin); // default is 4px } .fd-layout-p-margin>.fd-layout-text, .fd-layout-p-margin>text { margin-top: 0; margin-bottom: 0 }
总的来说,还是要考虑是否用其他容器组件作为容器载体,或者默认修改Paragraph的css默认margin为0px(在当前物料环境下,只是载体容器而并非段落,所以强制覆盖css也不过分,只是语义化上有点歧义)
No branches or pull requests
Describe the bug (required) / 详细描述 bug(必填)
在官网demo-general综合场景demo中,添加容器,再进行切分,随后将任意图表拖入容器中,图表不是固定大小展示,而是一直在膨胀
To Reproduce (required) / 如何复现 bug?(必填,非常重要)
Steps to reproduce the behavior: / 详细复现步骤:
Expected behavior (required) / 预期行为(必填,非常重要)
图表固定大小,不会一直在膨胀,从而能正常使用
Screenshots (optional) / bug 截图(可选)
Environments (please complete the following information) (required): / 请提供如下信息(必填)
Additional context (optional) / 更多额外信息(可选)
Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题
The text was updated successfully, but these errors were encountered: