fix: set max-width to loading svg

This commit is contained in:
Gabe
2025-08-10 17:28:28 +08:00
parent 0aae93ba2e
commit d444fd4fba

View File

@@ -1,5 +1,5 @@
export const loadingSvg = ` export const loadingSvg = `
<svg viewBox="0 0 100 100" style="display:inline-block; width:100%; height: 100%;"> <svg viewBox="0 0 100 100" style="display:inline-block; width:100%; height: 100%; max-width: 24; max-height: 24;">
<circle fill="#209CEE" stroke="none" cx="6" cy="50" r="6"> <circle fill="#209CEE" stroke="none" cx="6" cy="50" r="6">
<animateTransform <animateTransform
attributeName="transform" attributeName="transform"