Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
li li
Edgex Ui Go
Commits
ad943a77
Commit
ad943a77
authored
4 years ago
by
Huaqiao Zhang
Committed by
badboy-huaqiao
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
feat: Update css style
Signed-off-by:
Huaqiao Zhang
<
huaqiaoz@vmware.com
>
parent
b0774a3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/src/app/app.component.css
+1
-1
web/src/app/app.component.css
web/src/app/app.component.html
+3
-3
web/src/app/app.component.html
with
4 additions
and
4 deletions
+4
-4
web/src/app/app.component.css
+
1
-
1
View file @
ad943a77
...
...
@@ -53,4 +53,4 @@
.center-header
{
height
:
65px
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
web/src/app/app.component.html
+
3
-
3
View file @
ad943a77
...
...
@@ -48,7 +48,7 @@
</div>
</div>
<div
class=
"col-12"
>
<div
[class.center-shrink]=
"shrink"
[class.center-no-shrink]=
"shrinkCenterNo"
[class.center]=
"!shrink"
style=
"overflow-y:auto;"
>
<div
[class.center-shrink]=
"shrink"
[class.center-no-shrink]=
"shrinkCenterNo"
[class.center]=
"!shrink"
>
<nav
class=
"bg-light center-header px-3 pt-2 font-weight-bold"
>
<div
class=
"nav-router mw-100 align-middle"
>
<h4
class=
"d-inline"
>
{{currentNav}}
</h4>
...
...
@@ -78,10 +78,10 @@
<h6
class=
"d-inline"
><a
href=
"#"
class=
"text-decoration-none d-inline"
>
> 2 sub nav
</a></h6>
<h6
class=
"d-inline"
><a
href=
"#"
class=
"text-decoration-none d-inline"
>
> 3 sub nav
</a></h6>
</div>
<h6
class=
"d-inline float-right
"
><span
class=
"align-middle"
>
<i
class=
"fa fa-power-off mr-1"
></i>
Logout
</span></h6>
<h6
class=
"d-inline float-right"
><span
class=
"align-middle"
>
<i
class=
"fa fa-power-off mr-1"
></i>
Logout
</span></h6>
</div>
</nav>
<div
class=
"center-center p-3"
style=
"overflow-x: hidden;"
>
<div
class=
"center-center p-3"
>
<router-outlet></router-outlet>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help