|
@@ -86,7 +86,7 @@ const GlobalHeaderRight: React.FC<{}> = () => {
|
|
return (
|
|
return (
|
|
<div style={{ display: 'flex', justifyContent: 'space-between' }}>
|
|
<div style={{ display: 'flex', justifyContent: 'space-between' }}>
|
|
|
|
|
|
- <div style={{ left: left }} className={styles.extraSys}>
|
|
|
|
|
|
+ {/* <div style={{ left: left }} className={styles.extraSys}>
|
|
<Space onClick={open}>
|
|
<Space onClick={open}>
|
|
<span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><GameSvg /></span>
|
|
<span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><GameSvg /></span>
|
|
<span style={{ color: 'rgba(255, 255, 255, 0.65)' }}>游戏SDK</span>
|
|
<span style={{ color: 'rgba(255, 255, 255, 0.65)' }}>游戏SDK</span>
|
|
@@ -95,7 +95,7 @@ const GlobalHeaderRight: React.FC<{}> = () => {
|
|
<span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><BiSvg /></span>
|
|
<span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><BiSvg /></span>
|
|
<span style={{ color: 'rgba(255, 255, 255, 0.65)' }}>BI商业分析</span>
|
|
<span style={{ color: 'rgba(255, 255, 255, 0.65)' }}>BI商业分析</span>
|
|
</Space>
|
|
</Space>
|
|
- </div>
|
|
|
|
|
|
+ </div> */}
|
|
|
|
|
|
<Space className={className}>
|
|
<Space className={className}>
|
|
{versionsOpen && <div onClick={versionsOpen && inform}>
|
|
{versionsOpen && <div onClick={versionsOpen && inform}>
|