Commit d5176e0bd8be7efb1d7742cea0b05e705e8aa147

Authored by Andy
1 parent 4436c1f2

add login

Showing 1 changed file with 3 additions and 1 deletions
src/styles/index.scss
... ... @@ -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{
... ...