宗地表单input框样式修改
Showing
1 changed file
with
8 additions
and
3 deletions
| ... | @@ -32,15 +32,20 @@ table,td,tr,.el-col,.title{ | ... | @@ -32,15 +32,20 @@ table,td,tr,.el-col,.title{ |
| 32 | border-color: #E6E6E6 !important; | 32 | border-color: #E6E6E6 !important; |
| 33 | } | 33 | } |
| 34 | .formInput { | 34 | .formInput { |
| 35 | height: 20px; | 35 | height: 100%; |
| 36 | width: 96%; | 36 | width: 100%; |
| 37 | line-height: 20px; | 37 | line-height: 20px; |
| 38 | outline: none; | 38 | outline: none; |
| 39 | border: none; | 39 | border: none; |
| 40 | color: #606764; | 40 | color: #606764; |
| 41 | overflow: visible; | 41 | overflow: visible; |
| 42 | cursor: text; | 42 | cursor: text; |
| 43 | text-align: center; | 43 | text-align: left; |
| 44 | text-indent: 20px; | ||
| 45 | padding: 0; | ||
| 46 | } | ||
| 47 | .formInput:focus{ | ||
| 48 | border: 1px solid #A0C5F6!important; | ||
| 44 | } | 49 | } |
| 45 | .psr{ | 50 | .psr{ |
| 46 | position: relative; | 51 | position: relative; | ... | ... |
-
Please register or sign in to post a comment