guoshilong
2022-10-11 04ed7a0de8c3596f7ea9a2e68a57b0366e6156ba
修改input输入框禁用后文字颜色
4 files modified
15 ■■■■■ changed files
src/views/eventgm/eventgmDetail.vue 4 ●●●● patch | view | raw | blame | history
src/views/repairsorder/repairsorderDetail.vue 4 ●●●● patch | view | raw | blame | history
src/views/taskinfo/taskinfoDetail.vue 4 ●●●● patch | view | raw | blame | history
src/views/taskinfo/taskinfoPlanDetail.vue 3 ●●●●● patch | view | raw | blame | history
src/views/eventgm/eventgmDetail.vue
@@ -383,4 +383,8 @@
    }
  }
}
.el-input.is-disabled ::v-deep .el-input__inner {
  color: #606266;
}
</style>
src/views/repairsorder/repairsorderDetail.vue
@@ -288,4 +288,8 @@
    }
  }
}
.el-input.is-disabled ::v-deep .el-input__inner {
  color: #606266;
}
</style>
src/views/taskinfo/taskinfoDetail.vue
@@ -242,6 +242,7 @@
        })
      }
    },
    //获取当前任务绑定的相关事件
    getEventgmList(){
      getDetail(this.form.id).then(res=>{
        if(res.data.code == 200){
@@ -313,4 +314,7 @@
  display: block;
}
.el-input.is-disabled ::v-deep .el-input__inner {
  color: #606266;
}
</style>
src/views/taskinfo/taskinfoPlanDetail.vue
@@ -196,4 +196,7 @@
  display: block;
}
.el-input.is-disabled ::v-deep .el-input__inner {
  color: #606266;
}
</style>