-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
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
子应用安装使用 [email protected],基座加载子应用渲染后,部分 style 缺少添加样式隔离。 #974
Comments
应该是:where选择器问题,会在后续版本中修复 |
多谢!🙏 想了解下后续版本的排期修复计划。 |
您好, 关于antdv 的:where选择器, 您什么时候修改css的优先级问题 |
我从我的项目中碰到了,antdV4.0, 样式有问题的渲染,上下顺序为: 希望能给你提供思路 |
修复了吗 哪个版本 |
这个问题修复了吗?现在有些新的项目切到antd5.x版本,都是:where选择器 |
求更新 |
问题描述
复现步骤
1.直接加载
2. 只渲染了 antd 组件。
上传截图
基座应用渲染后
![image](https://github.com/micro-zoe/micro-app/assets/32347982/f1668b2e-ed87-43c3-9d46-5a5d6180d519)
子应用渲染后
![image](https://github.com/micro-zoe/micro-app/assets/32347982/4fcaaffd-8957-48dc-9cd4-5f21edeb9a0e)
环境信息
可能性猜想
antd 在渲染 Button 时是动态插入 style 的。我怀疑是监听动态插入样式这步的问题。
![image](https://github.com/micro-zoe/micro-app/assets/32347982/06e98452-e55f-4f72-98f0-d533de1dcde5)
![image](https://github.com/micro-zoe/micro-app/assets/32347982/9306f140-469a-4600-805b-3ab08e1db55b)
The text was updated successfully, but these errors were encountered: