king
2023-04-20 73e68ead29f70638302629c7d8389c02d59bc6d9
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