浏览器:360极速浏览器(chrome86内核)--浏览器已是最新 ant-design-vue版本:4.2.6 前端框架:Vite+Vue3 问题场景: 1. 在vue页面中通过 message.error("请输入账号") 提示信息的时候浏览器页面顶部并没有出现提示信息,提示信息改在页面body底部出现无样式文本。具体见下面两张图 <img width="549" height="148" alt="Image" src="https://github.com/user-attachments/assets/6be9e71d-b46b-4ee5-aaa8-06976aee6637" /> <img width="1162" height="294" alt="Image" src="https://github.com/user-attachments/assets/097e762c-14e1-4fcd-a953-f55a810709ac" /> 已采取措施: 1. 以按官网兼容教程配置了 <a-style-provider hash-priority="high" :transformers="[legacyLogicalPropertiesTransformer]"> <img width="1228" height="270" alt="Image" src="https://github.com/user-attachments/assets/011b13e9-66dc-4de5-ab64-625f16d8524e" /> 2.已经配置postcss <img width="969" height="706" alt="Image" src="https://github.com/user-attachments/assets/02e8a4ae-e51f-4725-9e79-538212b40802" /> 3.已配置vitejs/plugin-legacy <img width="1125" height="1029" alt="Image" src="https://github.com/user-attachments/assets/e9f89ff1-9149-4c2d-a355-2a41e9e83d78" /> 请各位大佬帮忙看下,谢谢