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/db/index.vue b/psdc-ui/src/views/emonitor/db/index.vue index 4b33898..e7d745d 100644 --- a/psdc-ui/src/views/emonitor/db/index.vue +++ b/psdc-ui/src/views/emonitor/db/index.vue @@ -63,10 +63,10 @@ export default { name: "db", setup() { let data = reactive({ - totp:'', - totwh:'', - eday:'', - emonth:'', + totp:'-- ', + totwh:'-- ', + eday:'-- ', + emonth:'-- ', glData:[], glXz:[ "00:00", diff --git a/psdc-ui/src/views/emonitor/drgl/index.vue b/psdc-ui/src/views/emonitor/drgl/index.vue index dc959bf..ea237dd 100644 --- a/psdc-ui/src/views/emonitor/drgl/index.vue +++ b/psdc-ui/src/views/emonitor/drgl/index.vue @@ -1,5 +1,12 @@