From 1d91567c7b48da622f0d74bcfdde8e67717efa32 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期四, 14 九月 2023 13:49:01 +0800
Subject: [PATCH] 	modified:   src/components/view/sale.vue 	modified:   src/components/view/technical.vue

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

diff --git a/src/components/view/technical.vue b/src/components/view/technical.vue
index 488e2ad..1eeba08 100644
--- a/src/components/view/technical.vue
+++ b/src/components/view/technical.vue
@@ -39,6 +39,7 @@
     <div class="technical-table">
       <div class="table-box">
         <el-table
+        height="500"
           border style="width: 100%"
           :data="technicalTable"
           >
@@ -392,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