@@ -134,7 +134,7 @@
typeList:[],
operMaxList:[
{name:'<=',key:'<='},
- {name:'=',key:'='},
+ {name:'<',key:'<'},
],
operMinList:[{name:'>',key:'>'},
{name:'>=',key:'>='},
@@ -102,6 +102,10 @@
border-top: 4px solid #F5F5F5;
background: #fff;
}
+ .el-button--danger.is-plain:focus, .el-button--danger.is-plain:hover{
+ color: #fbc4c4;
+ border-color:#fbc4c4;
+ }
.el-button--danger.is-plain{
background: none;
&.is-disabled{