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 @@