概述
//显示时按钮样式
.el-button--primary { //需要更改的按钮类型
background: #d8821f !important;
border-color: #d8821f !important;
}
//移入时按钮样式
.el-button--primary:hover {
background: #ecbd87 !important;
border-color: #ecbd87 !important;
color: #FFF !important;
}
最后
以上就是顺利小虾米为你收集整理的el-button自定义颜色的全部内容,希望文章能够帮你解决el-button自定义颜色所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复