Results 4 comments of Brother Chun

CSS污染问题确实很严重。layout.css里对基础元素进行了大量的样式定义,这些非常可能直接影响组件样式。 比如我在Element-plus基础上进行二次开发,就遇到了以下样式的污染。 ``` table { display: block; border-collapse: collapse; margin: 1rem 0; // this overflow-x: auto; } ``` 建议所有全局样式的效果,不影响 .demo-slot

yes!!!i have a same problem too!! how did u fix it ?

"Infinity" - 1 == "Infinity" 既然是==,那当然少不了隐式转换咯

> 按照文档的配置方式配置,ant-design-pro的loading状态异常,这个怎么处理? 亲测,在config里加上一行 ``` mountElementId:"root", ``` 好使