diff --git a/psdc-ui/src/views/control/manual/index.vue b/psdc-ui/src/views/control/manual/index.vue index b041bc7..57794d2 100644 --- a/psdc-ui/src/views/control/manual/index.vue +++ b/psdc-ui/src/views/control/manual/index.vue @@ -336,10 +336,11 @@ function getSetTemperatureFun(item){ width: 100%; height: 80%; .item_bottom_img{ - width: 40%; - height: 100%; + width: 35%; + height: 95%; //border: 1px solid red; padding: 10px; + margin-right: 20px; img{ width: 100%; height: 100%; @@ -500,5 +501,8 @@ function getSetTemperatureFun(item){ padding: 0 10px; border-radius: 0px !important; } +::v-deep .el-button.is-disabled{ + background-color: #dddddd; +} diff --git a/psdc-ui/src/views/emonitor/drgl/index.vue b/psdc-ui/src/views/emonitor/drgl/index.vue index dc959bf..ca1aa03 100644 --- a/psdc-ui/src/views/emonitor/drgl/index.vue +++ b/psdc-ui/src/views/emonitor/drgl/index.vue @@ -1,5 +1,12 @@