king
2024-07-25 d32c4297cc47342f0a5229d5108cc7c26809f50f
src/menu/components/form/formaction/index.jsx
@@ -223,7 +223,7 @@
          <div className="mk-popover-control">
            <EditOutlined className="edit" title="编辑" onClick={() => this.handleAction(group.subButton)} />
            <FontColorsOutlined className="style" title="调整样式" onClick={() => this.handleStyle(group.subButton)}/>
            <ProfileOutlined className="profile" title="setting" onClick={() => this.profileAction()} />
            <ProfileOutlined className="profile" title="验证信息" onClick={() => this.profileAction()} />
          </div>
        } trigger="hover">
          <Button type="link" className="submit" onDoubleClick={this.changeMenu} style={resetStyle(group.subButton.style)}>{group.subButton.label}</Button>