Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
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
wangqinghua
smart
Commits
fa9435be
Commit
fa9435be
authored
May 18, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
5ab677de
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
home.component.html
src/main/webapp/app/home/home.component.html
+0
-0
home.component.ts
src/main/webapp/app/home/home.component.ts
+0
-0
darkBlue.scss
src/main/webapp/content/scss/darkBlue.scss
+21
-0
No files found.
src/main/webapp/app/home/home.component.html
View file @
fa9435be
This diff is collapsed.
Click to expand it.
src/main/webapp/app/home/home.component.ts
View file @
fa9435be
This diff is collapsed.
Click to expand it.
src/main/webapp/content/scss/darkBlue.scss
View file @
fa9435be
...
...
@@ -26,11 +26,14 @@ $dark:#193250;
background-color
:
$dark
;
color
:
#f2f2f2
;
padding
:
10px
15px
;
height
:
50px
;
line-height
:
30px
;
}
.host-item-content
{
background-color
:
rgba
(
0
,
0
,
0
,.
2
);
color
:
#b7cfea
;
padding
:
10px
;
height
:
400px
;
nz-row
{
nz-col
:nth-child
(
2n
+
1
)
{
color
:
#ffffff
;
...
...
@@ -44,4 +47,22 @@ $dark:#193250;
}
}
}
.host-item-table
{
background-color
:
rgba
(
0
,
0
,
0
,.
2
);
color
:
#b7cfea
;
padding
:
10px
;
height
:
400px
;
nz-col
{
padding
:
5px
10px
;
}
.table-title
{
background-color
:
rgba
(
0
,
0
,
0
,.
4
);
nz-col
{
border
:
1px
solid
#597cb5
;
}
}
.table-content
{
border-bottom
:
1px
solid
#597cb5
;
}
}
}
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