king
2024-07-25 d32c4297cc47342f0a5229d5108cc7c26809f50f
src/menu/components/share/actioncomponent/dragaction/card.jsx
@@ -111,7 +111,7 @@
        {!card.$fixed ? <CopyOutlined className="copy" onClick={() => copyCard(id)} /> : null}
        {!card.$fixed ? <CloseOutlined className="close" onClick={() => delCard(id)} /> : null}
        {type !== 'datacard' && type !== 'basetable' && !card.$fixed ? <FontColorsOutlined className="style" title="调整样式" onClick={() => changeStyle(id)}/> : ''}
        {hasProfile ? <ProfileOutlined className="profile" title="验证" onClick={() => profileCard(id)} /> : null}
        {hasProfile ? <ProfileOutlined className="profile" title="验证信息" onClick={() => profileCard(id)} /> : null}
        {updateTime}
      </div>
    } trigger="hover">