更新
This commit is contained in:
@@ -170,6 +170,21 @@ el-card{
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.el-button--baocun.is-disabled{
|
||||
background: LightGreen;
|
||||
border-color: LightGreen;
|
||||
color: white;
|
||||
&:hover{
|
||||
background: LightGreen;
|
||||
border-color: LightGreen;
|
||||
color: white;
|
||||
}
|
||||
&:focus{
|
||||
background: LightGreen;
|
||||
border-color: LightGreen;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.el-button--primary{
|
||||
background: #ff9759;
|
||||
border-color: #ff9759;
|
||||
|
||||
Reference in New Issue
Block a user