Commit 1d8aebf5 authored by 周宏民's avatar 周宏民

pref: 优化引导页显示iframe时,不显示全屏按钮

parent 7ff27908
Pipeline #90353 waiting for manual action with stages
......@@ -198,11 +198,14 @@ const Integration = props => {
</div>
</div>
) : null}
<div className={styles.integration_exit} onClick={exit}>
<Button type="text" style={{ color: '#fff', fontSize: '24px' }}>
{isFullscreen ? <FullscreenExitOutlined /> : <FullscreenOutlined />}
</Button>
</div>
{!linkUrl ? (
<div className={styles.integration_exit} onClick={exit}>
<Button type="text" style={{ color: '#fff', fontSize: '24px' }}>
{isFullscreen ? <FullscreenExitOutlined /> : <FullscreenOutlined />}
</Button>
</div>
) : null}
<div
className={styles.integration_content}
style={{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment