更改element-UI按钮默认样式
Posted 我又何罪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了更改element-UI按钮默认样式相关的知识,希望对你有一定的参考价值。
以warning为例,只要更改或添加以下样式就可以了
/* 更改element-UI按钮样式 */ .el-button--warning { color: #fff; background-color: #FC813B; border-color: #FC813B; } .el-button--warning:hover{ background-color: #EF9E6F; border-color: #EF9E6F; } .el-button--warning:focus{ background-color: #EF9E6F; border-color: #EF9E6F; }
以上是关于更改element-UI按钮默认样式的主要内容,如果未能解决你的问题,请参考以下文章