diff --git a/psdc-ui/src/views/system/cl/index.vue b/psdc-ui/src/views/system/cl/index.vue index 95c35aa..bdc1e89 100644 --- a/psdc-ui/src/views/system/cl/index.vue +++ b/psdc-ui/src/views/system/cl/index.vue @@ -66,7 +66,7 @@ 全选 -
+
进水温度出水温度温度
{{item.deviceName}} @@ -133,7 +133,7 @@ 全选 -
+
进水温度出水温度温度
{{item.deviceName}} @@ -562,7 +562,19 @@ const { queryParams } = toRefs(data); min-height: 745px; background-color: #2F3D8A; } - +.taber{ + width: 400px; + margin-left: 52px; + display: flex; + justify-content: flex-start; + line-height: 32px; + span{ + width: 120px; + &:nth-child(2),&:nth-child(3){ + margin-left: 20px; + } + } +} ::v-deep .el-button{ border-radius: 2px; }