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
6 years ago
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 {
...
@@ -73,7 +73,7 @@ label {
.search
{
.search
{
border-left-width
:
0
;
border-left-width
:
0
;
border-bottom
:
#19aa8d
2px
inset
;
border-bottom
:
#19aa8d
2px
inset
;
padding-top
:
30px
;
//
padding-top: 30px;
width
:
100%
;
width
:
100%
;
//position: fixed;
//position: fixed;
//height: 28px;
//height: 28px;
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/control/control.component.css
View file @
64694f59
...
@@ -7,17 +7,11 @@ div {
...
@@ -7,17 +7,11 @@ div {
position
:
initial
;
position
:
initial
;
}
}
pages-control-cleftbar
{
pages-control-cleftbar
,
pages-control-control
{
padding
:
0
;
background
:
#2f2a2a
;
background
:
#2f2a2a
;
color
:
#d6cbcb
;
color
:
#d6cbcb
;
width
:
100%
;
height
:
100%
;
}
}
pages-control-control
{
.container-fluid
{
padding
:
0
;
padding-top
:
30px
;
width
:
100%
;
height
:
100%
;
z-index
:
11
;
}
}
This diff is collapsed.
Click to expand it.
src/app/pages/control/control.component.html
View file @
64694f59
<div
class=
"container-fluid row"
fxLayout=
"row"
ngxSplit=
"row"
>
<div
class=
"container-fluid row"
fxLayout=
"row"
ngxSplit=
"row"
>
<div
class=
"left"
fxFlex=
"20%"
ngxSplitArea
>
<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>
<div
fxFlex=
"15px"
ngxSplitHandle
></div>
<div
fxFlex=
"15px"
ngxSplitHandle
></div>
<div
fxFlex=
"80%"
ngxSplitArea
>
<div
fxFlex=
"80%"
ngxSplitArea
>
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/control/control/control.component.css
View file @
64694f59
...
@@ -10,3 +10,8 @@ div {
...
@@ -10,3 +10,8 @@ div {
.active
{
.active
{
display
:
block
;
display
:
block
;
}
}
.right-side
{
height
:
100%
;
width
:
100%
;
background-color
:
gray
;
}
This diff is collapsed.
Click to expand it.
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