浏览代码

修改确定按钮disabled样式

zhangxc 6 年之前
父节点
当前提交
fb3afab0ce
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/less/admin.less

+ 2 - 2
src/less/admin.less

@@ -170,11 +170,11 @@
 }
 
 
-.is-disabled[type=button] {
+.el-button--primary .is-disabled[type=button] {
   background: @adminBase;
   color: #fff
 }
-.is-disabled[type=button]:hover {
+.el-button--primary .is-disabled[type=button]:hover {
   background: @adminBase;
   color: #fff
 }