Authing / Guard

📌 Authing SSO login widget - Your Guard. (🚄Production Ready)
https://cdn.authing.co/packages/guard/doc/v6/guide/install.html
MIT License
1.75k stars 221 forks source link

guard.min.css 污染全局样式 #257

Open kirainmoe opened 1 year ago

kirainmoe commented 1 year ago

Severity: Medium

Description:

Authing Guard 组件的样式会给原生元素添加额外的样式,我理解 SDK 组件的样式应该只作用于自身,而不影响用户应用的样式

image

image

Steps to reproduce the error:

引入 guard.min.css 到页面中。

kirainmoe commented 1 year ago

https://github.com/ant-design/ant-design/issues/4331

粗看了一下项目推测可能是 antd v4 的问题,是否考虑一下使用 antd 组件的时候只引入对应组件的样式,或者升级到 css-in-js 方案的 antd5?