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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
text.scss
src/styles/view/planMgmt/text.scss
+5
-5
BizFrame.js
src/view/mainframe/BizFrame.js
+1
-0
No files found.
src/styles/view/planMgmt/text.scss
View file @
9b1b1f01
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
overflow
:
auto
;
overflow
:
auto
;
padding-right
:
5px
;
padding-right
:
5px
;
}
}
.plan-view-right
{
.plan-view-right
{
width
:
80%
;
width
:
80%
;
height
:
100%
;
height
:
100%
;
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
margin-bottom
:
10px
;
margin-bottom
:
10px
;
cursor
:
pointer
;
cursor
:
pointer
;
display
:
flex
;
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%
;
background-size
:
100%
100%
;
.plan-item
{
.plan-item
{
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
}
}
.nav-item-active
{
.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%
;
background-size
:
100%
100%
;
}
}
}
}
...
@@ -183,7 +183,7 @@
...
@@ -183,7 +183,7 @@
margin-bottom
:
10px
;
margin-bottom
:
10px
;
cursor
:
pointer
;
cursor
:
pointer
;
display
:
flex
;
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%
;
background-size
:
100%
100%
;
.plan-item
{
.plan-item
{
...
@@ -247,7 +247,7 @@
...
@@ -247,7 +247,7 @@
}
}
.nav-item-active
{
.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%
;
background-size
:
100%
100%
;
}
}
}
}
...
...
src/view/mainframe/BizFrame.js
View file @
9b1b1f01
...
@@ -65,6 +65,7 @@ class BizFrame extends Component {
...
@@ -65,6 +65,7 @@ class BizFrame extends Component {
if
(
header
)
{
if
(
header
)
{
const
body
=
document
.
getElementsByClassName
(
'content-body'
)[
0
];
const
body
=
document
.
getElementsByClassName
(
'content-body'
)[
0
];
body
.
style
.
top
=
'0px'
;
body
.
style
.
top
=
'0px'
;
body
.
style
.
height
=
'100%'
;
header
.
style
.
display
=
'none'
;
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