mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 04:51:43 +08:00
fix: UI样式优化
This commit is contained in:
@@ -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