From 4b78804862d8087b2154a1fcd5f382dce08bad08 Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Tue, 6 Jun 2023 09:47:15 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E7=94=B5=E7=A3=81=E9=94=85=E7=82=89?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psdc-ui/src/views/control/manual/index.vue | 8 ++- psdc-ui/src/views/emonitor/drgl/index.vue | 62 +++++++++++++++++----- 2 files changed, 54 insertions(+), 16 deletions(-) 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 @@