This commit is contained in:
zhangdingyu
2019-09-24 14:05:37 +08:00
parent 7969617c24
commit c42c2ef297
4 changed files with 10 additions and 12 deletions

View File

@@ -249,14 +249,14 @@ h3 {
border-color: rgb(255,151,89);
color: rgb(255,151,89);
&:hover{
background: #67C23A;
border-color: #67C23A;
color: white;
background: #ffffff;
border-color: rgb(255,151,89);
color: rgb(255,151,89);
}
&:focus{
background: #67C23A;
border-color: #67C23A;
color: white;
background: #ffffff;
border-color: rgb(255,151,89);
color: rgb(255,151,89);
}
}
.el-button--baocun.is-disabled{