Merge pull request #11045 from dataease/pr@dev-v2@fix_icon

fix: Icon渲染
This commit is contained in:
Junjun 2024-07-19 15:57:10 +08:00 committed by GitHub
commit 640ce811cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1358,8 +1358,6 @@ const svgClass = computed(() => {
overflow: hidden;
vertical-align: -0.1em;
fill: currentcolor;
width: 100%;
height: 100%;
}
}
</style>