From 00aeef66db6cfa47590e5f1963faed4d1d515ad3 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 22 Aug 2025 17:12:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/src/BasicTable.vue | 4 +- src/design/ant/index.less | 11 ++- .../bizEmployeesInfo/BizEmployeesInfoList.vue | 6 +- src/views/biz/nuBaseInfo/QyxxList.vue | 39 +++----- .../components/BaseWlsbListForm.vue | 96 ++++++++++--------- .../components/BaseWlsbListModal.vue | 10 +- .../nuBaseInfo/components/NuBaseInfoForm.vue | 3 +- .../nuBaseInfo/components/NuBaseInfoModal.vue | 11 ++- .../ConfigMaterial/ConfigMaterialInfoList.vue | 25 +---- .../camera/components/CameraInfoList.vue | 39 +++++--- src/views/iot/tq/electricity/index.vue | 22 +++-- src/views/iot/tq/water/index.vue | 24 +++-- src/views/iot/yiweilian/index.vue | 29 ++++-- .../directivePackage/DirectivePackageList.vue | 4 +- .../ConfigServiceDirectiveList.vue | 2 +- .../services/serviceTag/ServiceTagList.vue | 4 +- 16 files changed, 175 insertions(+), 154 deletions(-) diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue index 966845c..c38f9b4 100644 --- a/src/components/Table/src/BasicTable.vue +++ b/src/components/Table/src/BasicTable.vue @@ -501,8 +501,8 @@ padding: 10px; .ant-form { - padding: 24px 10px 0px 10px; - margin-bottom: 8px; + padding: 14px 10px 0px 10px; + // margin-bottom: 8px; background-color: @component-background; border-radius: 8px; } diff --git a/src/design/ant/index.less b/src/design/ant/index.less index e0dcf44..973e9a3 100644 --- a/src/design/ant/index.less +++ b/src/design/ant/index.less @@ -5,11 +5,20 @@ // update-end--author:liaozhiyang---date:20240130---for:【issues/5857】Button color类型颜色失效 // @import './table.less'; +.jeecg-basic-table-form-container .ant-form { + margin-bottom: 14px !important; +} +.jeecg-basic-table-form-container .table-page-search-submitButtons { + margin-bottom: 12px !important; +} +.ant-form-item { + margin-bottom: 14px !important; +} + // TODO beta.11 fix .ant-col { width: 100%; } - .ant-image-preview-root { img { display: unset; diff --git a/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue b/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue index e91c954..6985554 100644 --- a/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue +++ b/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue @@ -22,9 +22,9 @@ - - - + + +
diff --git a/src/views/biz/nuBaseInfo/QyxxList.vue b/src/views/biz/nuBaseInfo/QyxxList.vue index 5631c48..891b4fc 100644 --- a/src/views/biz/nuBaseInfo/QyxxList.vue +++ b/src/views/biz/nuBaseInfo/QyxxList.vue @@ -45,8 +45,8 @@
- - + + - NUID: {{item.nuId?item.nuId:'未配置'}} + + {{item.eleValue?item.eleValue:'0.00'}}
KWH
用电量
- 智能电表 - + 智能电表 + 正常 - 维修中 + 维修中 报废 -
报修状态
+
报修状态
-

+


抄表 @@ -128,7 +128,7 @@

SN:{{item.address}}
抄表时间:{{item.readTime?item.readTime:'未抄表'}}
- +
{{item.relayState=='1'?'开阀':'关阀'}}
@@ -137,27 +137,27 @@
- NUID: {{item.nuId?item.nuId:'未配置'}} + + + {{item.waterValue?item.waterValue:'0.00'}}
用水量
- 智能水表 - + 智能水表 + 正常 - 维修中 + 维修中 报废 -
报修状态
+
报修状态
-

+


抄表 @@ -194,8 +194,8 @@

SN:{{item.sn}}
抄表时间:{{item.reportingTime?item.reportingTime:'未抄表'}}
- -
{{item.status=='1'?'在线':'离线'}}
+ +
{{item.status=='0'?'在线':'离线'}}
@@ -203,14 +203,14 @@
- NUID: {{item.nuId?item.nuId:'未配置'}} + + - + {{item.temperature?item.temperature:'-'}} @@ -224,16 +224,16 @@
- 温湿度计 - + 温湿度计 + 正常 - 维修中 + 维修中 报废 -
报修状态
+
报修状态
-

+


抄表 @@ -616,18 +616,24 @@ defineExpose({ font-size:14px; background: linear-gradient(to right, #1ea0fa, #017de9); border-radius: 8px; - height: 35px; + height: 25px; color: white; - line-height: 35px; + line-height: 25px; + text-align: center; + width:50px; + margin-top:11px; } .lxClass{ font-size:14px; background: linear-gradient(to right, #cccccc, #cccccc); border-radius: 8px; - height: 35px; + height: 25px; color: white; - line-height: 35px; + line-height: 25px; + text-align: center; + width:50px; + margin-top:11px; } .tbClass{ background: #f6f6f6; @@ -635,7 +641,7 @@ defineExpose({ border-radius: 5px; } .antTitle{ - margin-top: 10px; + margin-top: 8px; display: block; font-size: 12px; } diff --git a/src/views/biz/nuBaseInfo/components/BaseWlsbListModal.vue b/src/views/biz/nuBaseInfo/components/BaseWlsbListModal.vue index c6711aa..87f97b7 100644 --- a/src/views/biz/nuBaseInfo/components/BaseWlsbListModal.vue +++ b/src/views/biz/nuBaseInfo/components/BaseWlsbListModal.vue @@ -1,7 +1,13 @@