2dd00fd9 by 杨威

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

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