This commit is contained in:
liushuai
2019-09-19 19:52:46 +08:00
parent faab73c1fa
commit aef7132f40
49 changed files with 733 additions and 585 deletions

View File

@@ -109,7 +109,7 @@ el-form-item__content{
//background-color: #2e296a!important;
}
.el-card__body{
padding: 0px !important;
padding: 10px !important;
margin: 0px !important;
}
.app-container{
@@ -167,3 +167,10 @@ el-card{
border-color: #ff9759;
}
}
.el-input__inner:focus {
border: 1px solid #1b55a0!important;
height: 29px;
}
.el-input--small .el-input__inner {
height: 29px;
}