Commit 012a9953 by yangxiaolei

hover的时候 为白色

parent d1588baa
...@@ -250,6 +250,7 @@ ...@@ -250,6 +250,7 @@
border-color: var(--themecolor); border-color: var(--themecolor);
} }
.el-button--primary:hover{ .el-button--primary:hover{
color: #fff;
background: linear-gradient(180deg, #B31C2A 0%, #FF6A6A 100%); background: linear-gradient(180deg, #B31C2A 0%, #FF6A6A 100%);
} }
.el-button--primary.is-disabled,.el-button--primary.is-disabled:hover{ .el-button--primary.is-disabled,.el-button--primary.is-disabled:hover{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment