From f2245cb7f6dfc7cd83ae257b235fc41e3c5cabab Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期六, 09 九月 2023 11:54:28 +0800
Subject: [PATCH] 	modified:   src/views/CNAS/reviewAnnualPlan/index.vue 	modified:   src/views/experiment/checkTheReport/index.vue 	modified:   src/views/experiment/inspectionApplication/index.vue 	modified:   src/views/experiment/nonConformingFeedback/index.vue 	modified:   src/views/experiment/reportAuditing/index.vue 	modified:   src/views/laboratory/measure/index.vue 	modified:   src/views/laboratory/personnel/index.vue

---
 src/views/experiment/checkTheReport/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/experiment/checkTheReport/index.vue b/src/views/experiment/checkTheReport/index.vue
index 3b33109..b522540 100644
--- a/src/views/experiment/checkTheReport/index.vue
+++ b/src/views/experiment/checkTheReport/index.vue
@@ -43,7 +43,7 @@
 				</div>
 			</el-dialog>
 			<div class="table-box">
-				<el-table ref="reportTable" :max-height="800" :cell-style="{ textAlign: 'left' }" :header-cell-style="{
+				<el-table ref="reportTable" height="200" :max-height="800" :cell-style="{ textAlign: 'left' }" :header-cell-style="{
             border: '0px',
             background: '#f5f7fa',
             color: '#606266',
@@ -313,13 +313,16 @@
 		}
 
 		.table-box {
+			height: 60vh;
 			padding: 0px 20px;
 			margin-top: 0px;
 			flex: 1;
 			background: #fff;
 			display: flex;
 			flex-direction: column;
-
+			.el-table{
+				overflow: scroll;
+			}
 			>div:nth-child(2) {
 				display: flex;
 				justify-content: end;

--
Gitblit v1.9.3