mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: UI样式优化
This commit is contained in:
committed by
xuwei-fit2cloud
parent
f11cddb810
commit
cae6a120f6
@@ -78,7 +78,9 @@ const MenuItem = props => {
|
||||
{ index: path },
|
||||
{
|
||||
title: h('span', null, { default: () => title }),
|
||||
default: h(ElIcon, null, { default: () => h(iconMap[icon], { className: 'svg-icon logo' }) })
|
||||
default: h(iconMap[icon] ? ElIcon : null, null, {
|
||||
default: () => h(iconMap[icon], { className: 'svg-icon logo' })
|
||||
})
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user