919ec4ef by weimo934

feat(jzx):界址线

1 parent bae7c133
......@@ -196,7 +196,6 @@
},
changeAll(e) {
if (!e.target.checked) {
console.log("11111")
this.isCheckAll = false;
return
}
......@@ -233,7 +232,7 @@
</script>
<style scoped lang="less">
/deep/.el-input.is-disabled .el-input__inner{
color: #606764;
color: #cc1214;
}
.main {
box-sizing: border-box;
......@@ -265,7 +264,7 @@
cursor: text;
}
.plxg span {
width: 300px;
table:hover{
cursor: pointer;
}
</style>
......
......@@ -53,7 +53,7 @@
</el-select>
</td>
<td>
<input type="text" class="formInput" v-model="item.sm"/>
<input type="text" class="formInput" v-model="item.sm" readonly="readonly"/>
</td>
</tr>
</table>
......@@ -352,7 +352,7 @@
cursor: text;
}
select[disabled='false']::-ms-value {
color: #000;
table:hover {
cursor: pointer;
}
</style>
......