欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

设置button按钮不禁用的样式

程序员文章站 2022-04-26 14:47:39
...

设置button不禁用时的样式:

/* == 按钮 == */
.btn-options .btn-green:not(:disabled),
.btn-options .btn-green .ant-select-selection,
.btn-options .btn-green:not(:disabled)~.btn-green:not(:disabled) {
  background: #6ac5a2;
  border-color: #6ac5a2;
  color: #fff;
}
相关标签: 样式问题 前端