PKUHPC / SCOW

Super Computing On Web
https://www.pkuscow.com/
Mulan Permissive Software License, Version 2
180 stars 39 forks source link

fix(web): 兼容低版本 chrome 浏览器,兼容 360 极速浏览器 #1333

Closed tongchong closed 3 days ago

tongchong commented 1 week ago

兼容低版本 chrome 浏览器,兼容 360 极速浏览器

国内360用户较多,但antd自5.0版本以后,默认不兼容低版本Chrome,360极速模式、搜狗浏览器,主要原因是 :where 选择器。本PR增加了样式兼容,主要包括:

:where 选择器

CSS 逻辑属性

参考: https://ant.design/docs/react/compatible-style-cn#styleprovider https://github.com/ant-design/pro-components/issues/6065 https://github.com/ant-design/pro-components/issues/6195

当前在360浏览器展示如下:

1719889823356

修改后在360展示情况如下:

1719826959249
changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: bd082aff97ec65dec13875757287f1cd5a0b9621

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages | Name | Type | | ------------------- | ----- | | @scow/portal-web | Patch | | @scow/mis-web | Patch | | @scow/ai | Patch | | @scow/auth | Patch | | @scow/gateway | Patch | | @scow/mis-server | Patch | | @scow/portal-server | Patch | | @scow/cli | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR