From f363821228a3d7774a8d6c18feff0dc2585bad26 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 5 Feb 2026 10:14:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A0=B7=E5=BC=8F=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.vue b/src/App.vue index 1e99eebe..d508a503 100644 --- a/src/App.vue +++ b/src/App.vue @@ -203,6 +203,9 @@ export default { color: #000000; font-size: 14px; } +.descriptionspadding8 .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{ + padding-bottom: 8px; +} // 排放系统 .enpMenu.el-dropdown-menu { padding: 0.7vh 0.7vh 0.2vh;