From 6a64c08591da8dcddc48c7dd3c54db9a77831a22 Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期五, 18 八月 2023 11:54:11 +0800
Subject: [PATCH] 8.18改

---
 src/components/view/rawUnqualified/raw.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/view/rawUnqualified/raw.vue b/src/components/view/rawUnqualified/raw.vue
index afe2122..0293cbc 100644
--- a/src/components/view/rawUnqualified/raw.vue
+++ b/src/components/view/rawUnqualified/raw.vue
@@ -1,9 +1,10 @@
 <style scoped>
 .unqualifiedBox{
     width: 100%;
-    height: 100%;
+    max-height: 100%;
     display: flex;
     flex-direction: column;
+    overflow-y: scroll;
 }
   .unqualifiedBox .title .el-button {
     height: 32px;
@@ -47,7 +48,7 @@
 <div class="unqualifiedBox">
     <div class="title">
       <el-row>
-        <el-col :span="12" style="line-height: 32px;">鍘熸潗鏂欐楠�</el-col>
+        <el-col :span="12" style="line-height: 32px;">鍘熸潗鏂欎笉鍚堟牸</el-col>
         <el-col :span="12" style="text-align: right;">
           <el-button icon="el-icon-download" @click="()=>{}">瀵煎嚭</el-button>
         </el-col>
@@ -73,7 +74,7 @@
           璇�</span></el-button>
     </div>
     <div class="unqualifiedTable">
-        <el-table :data="unqualifiedData" height="630">
+        <el-table :data="unqualifiedData" height="620">
             <el-table-column
                 type="selection"
                 width="55">

--
Gitblit v1.9.3