From d815fbd281d6bb9c1fff1712614bf9738fd32d73 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期四, 15 八月 2024 17:29:12 +0800
Subject: [PATCH] 工作台

---
 src/views/hazardousChemicals/traceableQuery/index.vue |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/src/views/hazardousChemicals/traceableQuery/index.vue b/src/views/hazardousChemicals/traceableQuery/index.vue
index c2c67d4..5210f24 100644
--- a/src/views/hazardousChemicals/traceableQuery/index.vue
+++ b/src/views/hazardousChemicals/traceableQuery/index.vue
@@ -16,14 +16,14 @@
         </el-form-item>
 
       </el-form>
-      <div style="display: flex;justify-content: center">
-        <div  class="content">
-          <flow-deail ref="flowRef" v-if="data.showData"></flow-deail>
-          <el-empty description="暂无数据" style="margin-top: 10%" v-else></el-empty>
-        </div>
+      <div style="display: flex;justify-content: center;margin-top: 20px">
+        <el-card :style="{ height: '650px' ,overflow: 'auto'}">
+          <div  class="content">
+            <flow-deail ref="flowRef" v-if="data.showData"></flow-deail>
+            <el-empty description="暂无数据" style="margin-top: 10%" v-else></el-empty>
+          </div>
+        </el-card>
       </div>
-
-
     </div>
   </div>
 
@@ -68,11 +68,10 @@
 <style scoped lang="scss">
 .query{
   .content{
-    margin-top: 40px;
     width: 650px;
-    height: 650px;
-    border: 1px solid black;
-    overflow-y: scroll;
+    //height: 650px;
+    //border: 1px solid #c2bfbf;
+
   }
 }
 </style>

--
Gitblit v1.9.2