From bf92e612362b10f9fc040f7c99a393b750708a39 Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Fri, 14 Mar 2025 15:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Department-entry/Medical-examination-vehicle.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/views/Department-entry/Medical-examination-vehicle.vue b/src/views/Department-entry/Medical-examination-vehicle.vue index bf0bfec..5f6af09 100644 --- a/src/views/Department-entry/Medical-examination-vehicle.vue +++ b/src/views/Department-entry/Medical-examination-vehicle.vue @@ -89,10 +89,6 @@
-
- 头像 -
个人照片
-
@@ -107,7 +103,6 @@ {{ reportData.pname }}
-
@@ -1865,7 +1860,7 @@ border-left-color: #409EFF; .basic-info { display: flex; gap: 20px; -padding: 20px; +padding: 10px; background: #F8F9FA; border-radius: 4px; } @@ -1979,10 +1974,10 @@ flex: 1; } .result-table { -margin: 20px 0; +margin: 2px 0; border: 1px solid #ebeef5; border-radius: 4px; -height: 520px; /* 固定高度,与Charge.vue保持一致 */ +height: 366px; /* 固定高度,与Charge.vue保持一致 */ display: flex; flex-direction: column; background: #fff; @@ -2507,6 +2502,7 @@ cursor: not-allowed; flex-direction: column; height: 100%; overflow: hidden; + padding: 3px; } .tabs-container {