fix: 🐛 菜单搜索图标颜色显示优化

This commit is contained in:
Ray.Hao
2025-02-22 23:42:57 +08:00
parent 7094eedf6d
commit 2be92dacd1

View File

@@ -233,7 +233,7 @@ onMounted(() => {
}
}
[class^="i-svg:"] {
.dialog-footer > [class^="i-svg:"] {
display: inline-block;
color: var(--el-text-color-secondary);
}