This commit is contained in:
liushuai
2019-09-20 10:49:57 +08:00
parent a496a45189
commit 5b94c5823d
8 changed files with 73 additions and 30 deletions

View File

@@ -155,6 +155,21 @@ el-card{
border-color: rgb(45,114,213);
}
}
.el-button--baocun{
background: #67C23A;
border-color: #67C23A;
color: white;
&:hover{
background: #67C23A;
border-color: #67C23A;
color: white;
}
&:focus{
background: #67C23A;
border-color: #67C23A;
color: white;
}
}
.el-button--primary{
background: #ff9759;
border-color: #ff9759;
@@ -174,3 +189,9 @@ el-card{
.el-input--small .el-input__inner {
height: 29px;
}
.el-breadcrumb__separator {
color: black;
}
.el-table td, .el-table th {
padding: 0;
}