diff --git a/src/components/configure/RtuConfig.vue b/src/components/configure/RtuConfig.vue index b45e434..c323511 100644 --- a/src/components/configure/RtuConfig.vue +++ b/src/components/configure/RtuConfig.vue @@ -887,50 +887,44 @@ /* background-color: #fff; */ padding: 2% !important; } -/deep/.el-form-item { - /* color: red!important; */ -} .el-menu-item.is-active { background-color: #fff !important; } .el-menu-item:hover { background-color: #fff !important; } -/deep/.el-form-item__content .el-input .el-input__inner { +.el-form-item__content >>> .el-input .el-input__inner { color: black !important; } -/deep/.el-form-item__content i{ +.el-form-item__content >>> i{ font-style:normal !important; padding-right: 5px !important; } .el-form-item, .el-form-item-input{ margin:11px 0 11px 0 !important; } -/deep/.rowClass .subTitle { +.rowClass >>> .subTitle { /* height:40px!important; */ line-height:51px !important; color:aqua !important; /* margin-top: 11px; */ } -/deep/.el-col .input-switch .el-form-item-input{ +.el-col >>> .input-switch .el-form-item-input{ /* display: flex; */ margin: initial !important; } -/deep/.rowClass .el-col{ +.rowClass >>> .el-col{ height: 51px !important; } -/deep/.form-switch .el-form-item__label{ +.form-switch >>> .el-form-item__label{ width: 180px !important; } -/deep/.form-switch .el-form-item__content{ +.form-switch >>> .el-form-item__content{ width: 150px !important; margin-left: 150px !important; } -/deep/.input-switch .el-form-item__content{ - margin-left: 0 !important; -} -/deep/.rowClass .el-form-item__label { - /* line-height: initial; */ +.input-switch >>> .el-form-item__content{ + margin-left: initial !important; } .input-switch-div{ position:absolute !important; @@ -939,7 +933,7 @@ width:1000px !important; display:flex !important; } -/deep/.el-col .input-switch-div .el-form-item__content{ +.el-col >>> .input-switch-div .el-form-item__content{ width: 66px !important }