2dd00fd9 by 杨威

全局修改不可编辑input框背景色

1 parent 353f34d3
......@@ -57,6 +57,7 @@ table,td,tr,.el-col,.title{
}
input:disabled{
cursor: not-allowed;
background-color: #F5F7FA;
}
.formInput:focus{
border: 1px solid #A0C5F6!important;
......