feat(jzx):界址线
Showing
2 changed files
with
6 additions
and
7 deletions
| ... | @@ -196,7 +196,6 @@ | ... | @@ -196,7 +196,6 @@ |
| 196 | }, | 196 | }, |
| 197 | changeAll(e) { | 197 | changeAll(e) { |
| 198 | if (!e.target.checked) { | 198 | if (!e.target.checked) { |
| 199 | console.log("11111") | ||
| 200 | this.isCheckAll = false; | 199 | this.isCheckAll = false; |
| 201 | return | 200 | return |
| 202 | } | 201 | } |
| ... | @@ -233,7 +232,7 @@ | ... | @@ -233,7 +232,7 @@ |
| 233 | </script> | 232 | </script> |
| 234 | <style scoped lang="less"> | 233 | <style scoped lang="less"> |
| 235 | /deep/.el-input.is-disabled .el-input__inner{ | 234 | /deep/.el-input.is-disabled .el-input__inner{ |
| 236 | color: #606764; | 235 | color: #cc1214; |
| 237 | } | 236 | } |
| 238 | .main { | 237 | .main { |
| 239 | box-sizing: border-box; | 238 | box-sizing: border-box; |
| ... | @@ -265,7 +264,7 @@ | ... | @@ -265,7 +264,7 @@ |
| 265 | cursor: text; | 264 | cursor: text; |
| 266 | } | 265 | } |
| 267 | 266 | ||
| 268 | .plxg span { | 267 | table:hover{ |
| 269 | width: 300px; | 268 | cursor: pointer; |
| 270 | } | 269 | } |
| 271 | </style> | 270 | </style> | ... | ... |
| ... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
| 53 | </el-select> | 53 | </el-select> |
| 54 | </td> | 54 | </td> |
| 55 | <td> | 55 | <td> |
| 56 | <input type="text" class="formInput" v-model="item.sm"/> | 56 | <input type="text" class="formInput" v-model="item.sm" readonly="readonly"/> |
| 57 | </td> | 57 | </td> |
| 58 | </tr> | 58 | </tr> |
| 59 | </table> | 59 | </table> |
| ... | @@ -352,7 +352,7 @@ | ... | @@ -352,7 +352,7 @@ |
| 352 | cursor: text; | 352 | cursor: text; |
| 353 | } | 353 | } |
| 354 | 354 | ||
| 355 | select[disabled='false']::-ms-value { | 355 | table:hover { |
| 356 | color: #000; | 356 | cursor: pointer; |
| 357 | } | 357 | } |
| 358 | </style> | 358 | </style> | ... | ... |
-
Please register or sign in to post a comment