BJ_web_developers
/
HSpark
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d5176e0bd8be7efb1d7742cea0b05e705e8aa147
Authored by
Andy
2019-07-17 12:15:32 +0800
1 parent
4436c1f2
add login
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/styles/index.scss
src/styles/index.scss
View file @
d5176e0
...
...
@@ -88,9 +88,11 @@ p{
88
88
}
89
89
90
90
.table-title {
91
- color: #
99a9bf
;
91
+ color: #
1F2D3D
;
92
92
padding: 15px;
93
93
border-bottom: 1px solid #409EFF;
94
+ text-align: left;
95
+ font-weight: bold;
94
96
}
95
97
96
98
.el-form-item__error{
...
...