Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
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
ops
luna
Commits
64694f59
Unverified
Commit
64694f59
authored
Apr 25, 2018
by
liuzheng712
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix the left bar
parent
4975c66d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
11 deletions
+10
-11
cleftbar.component.scss
src/app/pages/control/cleftbar/cleftbar.component.scss
+1
-1
control.component.css
src/app/pages/control/control.component.css
+3
-9
control.component.html
src/app/pages/control/control.component.html
+1
-1
control.component.css
src/app/pages/control/control/control.component.css
+5
-0
No files found.
src/app/pages/control/cleftbar/cleftbar.component.scss
View file @
64694f59
...
...
@@ -73,7 +73,7 @@ label {
.search
{
border-left-width
:
0
;
border-bottom
:
#19aa8d
2px
inset
;
padding-top
:
30px
;
//
padding-top: 30px;
width
:
100%
;
//position: fixed;
//height: 28px;
...
...
src/app/pages/control/control.component.css
View file @
64694f59
...
...
@@ -7,17 +7,11 @@ div {
position
:
initial
;
}
pages-control-cleftbar
{
padding
:
0
;
pages-control-cleftbar
,
pages-control-control
{
background
:
#2f2a2a
;
color
:
#d6cbcb
;
width
:
100%
;
height
:
100%
;
}
pages-control-control
{
padding
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
11
;
.container-fluid
{
padding-top
:
30px
;
}
src/app/pages/control/control.component.html
View file @
64694f59
<div
class=
"container-fluid row"
fxLayout=
"row"
ngxSplit=
"row"
>
<div
class=
"left"
fxFlex=
"20%"
ngxSplitArea
>
<pages-control-cleftbar
class=
"col-md-2"
*
ngIf=
"DataStore.leftbarshow"
></pages-control-cleftbar>
<pages-control-cleftbar
*
ngIf=
"DataStore.leftbarshow"
></pages-control-cleftbar>
</div>
<div
fxFlex=
"15px"
ngxSplitHandle
></div>
<div
fxFlex=
"80%"
ngxSplitArea
>
...
...
src/app/pages/control/control/control.component.css
View file @
64694f59
...
...
@@ -10,3 +10,8 @@ div {
.active
{
display
:
block
;
}
.right-side
{
height
:
100%
;
width
:
100%
;
background-color
:
gray
;
}
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