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 => { ...@@ -198,11 +198,14 @@ const Integration = props => {
</div> </div>
</div> </div>
) : null} ) : null}
<div className={styles.integration_exit} onClick={exit}> {!linkUrl ? (
<Button type="text" style={{ color: '#fff', fontSize: '24px' }}> <div className={styles.integration_exit} onClick={exit}>
{isFullscreen ? <FullscreenExitOutlined /> : <FullscreenOutlined />} <Button type="text" style={{ color: '#fff', fontSize: '24px' }}>
</Button> {isFullscreen ? <FullscreenExitOutlined /> : <FullscreenOutlined />}
</div> </Button>
</div>
) : null}
<div <div
className={styles.integration_content} className={styles.integration_content}
style={{ 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