继续跟进css.el-button--goon.is-active,.el-button--goon:active { background: #20B2AA; border-color: #20B2AA; color: #fff;}.el-button--goon:focus,.el-but._element ui button颜色">
当前位置:   article > 正文

改变element-UI 中 el-button的颜色_element ui button颜色

element ui button颜色

在这里插入图片描述

html

<el-button size="mini" icon="el-icon-refresh-right" type="goon" >继续跟进</el-button>
  • 1

css

.el-button--goon.is-active,
.el-button--goon:active {
  background: #20B2AA;
  border-color: #20B2AA;
  color: #fff;
}

.el-button--goon:focus,
.el-button--goon:hover {
  background: #48D1CC;
  border-color: #48D1CC;
  color: #fff;
}

.el-button--goon {
  color: #FFF;
  background-color: #20B2AA;
  border-color: #20B2AA;
}

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/133400
推荐阅读
相关标签
  

闽ICP备14008679号