Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
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
station
amos-convertor-view
Commits
9b1b1f01
Commit
9b1b1f01
authored
Jun 24, 2021
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改无header时 未占满屏幕问题
parent
eccb9065
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
text.scss
src/styles/view/planMgmt/text.scss
+4
-4
BizFrame.js
src/view/mainframe/BizFrame.js
+1
-0
No files found.
src/styles/view/planMgmt/text.scss
View file @
9b1b1f01
...
...
@@ -39,7 +39,7 @@
margin-bottom
:
10px
;
cursor
:
pointer
;
display
:
flex
;
background
:
url(/src
/assets/common/disaster/disaster-item.png)
no-repeat
;
// background: url(../../..
/assets/common/disaster/disaster-item.png) no-repeat;
background-size
:
100%
100%
;
.plan-item
{
...
...
@@ -103,7 +103,7 @@
}
.nav-item-active
{
background
:
url(/src/assets/common/disaster/disaster-active.png)
no-repeat
;
//
background: url(/src/assets/common/disaster/disaster-active.png) no-repeat;
background-size
:
100%
100%
;
}
}
...
...
@@ -183,7 +183,7 @@
margin-bottom
:
10px
;
cursor
:
pointer
;
display
:
flex
;
background
:
url(/src
/assets/common/disaster/disaster-item.png)
no-repeat
;
// background: url(../../..
/assets/common/disaster/disaster-item.png) no-repeat;
background-size
:
100%
100%
;
.plan-item
{
...
...
@@ -247,7 +247,7 @@
}
.nav-item-active
{
background
:
url(/src/assets/common/disaster/disaster-active.png)
no-repeat
;
//
background: url(/src/assets/common/disaster/disaster-active.png) no-repeat;
background-size
:
100%
100%
;
}
}
...
...
src/view/mainframe/BizFrame.js
View file @
9b1b1f01
...
...
@@ -65,6 +65,7 @@ class BizFrame extends Component {
if
(
header
)
{
const
body
=
document
.
getElementsByClassName
(
'content-body'
)[
0
];
body
.
style
.
top
=
'0px'
;
body
.
style
.
height
=
'100%'
;
header
.
style
.
display
=
'none'
;
}
}
...
...
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