Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivWeb
Commits
1d8aebf5
Commit
1d8aebf5
authored
Jul 01, 2024
by
周宏民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref: 优化引导页显示iframe时,不显示全屏按钮
parent
7ff27908
Pipeline
#90353
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
index.js
src/pages/bootpage/template/integration2/index.js
+8
-5
No files found.
src/pages/bootpage/template/integration2/index.js
View file @
1d8aebf5
...
@@ -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
=
{{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment