From 14b0c0560fede0fedac2282bf8ca6dd463a6b52f Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 14 九月 2023 15:25:41 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before

---
 src/components/view/technical.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/view/technical.vue b/src/components/view/technical.vue
index 4bcdbda..ff9bf51 100644
--- a/src/components/view/technical.vue
+++ b/src/components/view/technical.vue
@@ -39,7 +39,7 @@
     <div class="technical-table">
       <div class="table-box">
         <el-table
-        height="500"
+        height="490"
           border style="width: 100%"
           :data="technicalTable"
           >
@@ -393,7 +393,7 @@
 } */
 .technical-table .table-box {
   flex: 1;
-  /* overflow-y: scroll; */
+  overflow-y: scroll;
 }
 .technical-table .el-pagination{
   margin-top: 23px;

--
Gitblit v1.9.3