gpt4 book ai didi

html - 为什么加载器在IE浏览器中显示不正常?

转载 作者:行者123 更新时间:2023-11-28 14:02:46 25 4
gpt4 key购买 nike

我正在开发一个网络应用程序,其中我使用 SVG 作为加载器

SVG 在 Google Chrome、Edge 浏览器中运行良好,但在 Internet Explorer 浏览器中运行不正常

Chrome 和 Edge 浏览器的图像:

Image

加载器在 Internet exproer 浏览器中的图像:

Image

代码:

 <div id="loadingSVG" style="text-align: center; padding-top: 20%;">
<svg style="height:155px;width:155px;">
<use xlink:href="#umbrellaSVG" width="115px" height="115px"></use>
</svg>
</div>

带有检查元素的图像:

image

最佳答案

你能试试像<img src="https://link-to-your-svg-loader.svg" />那样使用svg吗? ?

关于html - 为什么加载器在IE浏览器中显示不正常?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57533057/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com