From 34a7e21b3508ac0f5f011d958210fdb7176d726b Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期六, 09 九月 2023 11:54:05 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/lims-before
---
src/views/experiment/checkTheReport/index.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/experiment/checkTheReport/index.vue b/src/views/experiment/checkTheReport/index.vue
index f384a5f..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',
@@ -90,7 +90,7 @@
scope.row.status == 0
? "寰呭鏍�"
: scope.row.status == 1
- ? "浠g瀛�" : "宸插畬鎴�"
+ ? "寰呯瀛�" : "宸插畬鎴�"
}}
</el-tag>
</span>
@@ -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