src/menu/components/share/actioncomponent/index.jsx
@@ -405,6 +405,7 @@ } } else { btn.style = item.style || {} if (btn.class) { if (btn.class !== item.class || btn.show !== item.show || !btn.style.color || item.focus) { if (btn.show === 'icon') { btn.style.color = color[btn.class] @@ -429,6 +430,7 @@ } } } } return btn } else { return item