From 9c6916127e7ef09a5c6dcc2b430b92e4433878fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Thu, 20 Jun 2024 21:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4diamagnetic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 + src/views/manage/calculate/edit.vue | 2 +- src/views/manage/calculate/index.vue | 80 ++++++------------ src/views/manage/calculateParam/edit.vue | 2 +- src/views/manage/calculateParam/index.vue | 94 ++++++---------------- src/views/manage/datas/edit.vue | 2 +- src/views/manage/datas/index.vue | 74 ++++++++--------- src/views/manage/equipment/edit.vue | 2 +- src/views/manage/equipment/index.vue | 98 +++++++++-------------- src/views/manage/otherTool/edit.vue | 2 +- src/views/manage/otherTool/index.vue | 75 +++++++---------- 11 files changed, 159 insertions(+), 275 deletions(-) diff --git a/src/App.vue b/src/App.vue index 66be27a..2c26376 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,4 +39,7 @@ const fontColor = computed(() => { background-color: #EEF3FB; border-right: solid 3px var(--el-color-primary); } +.table-container .el-form-item--default { + margin-bottom: 0px !important; +} \ No newline at end of file diff --git a/src/views/manage/calculate/edit.vue b/src/views/manage/calculate/edit.vue index b283244..e312bfd 100644 --- a/src/views/manage/calculate/edit.vue +++ b/src/views/manage/calculate/edit.vue @@ -2,7 +2,7 @@