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] @@ -428,6 +429,9 @@ btn.style.borderColor = color[btn.class] } } } else if (btn.color) { btn.style = {} } } return btn } else {