From db06bf2b2956472ecbd745f861a7713bd76f3bec Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 14 五月 2024 20:46:39 +0800
Subject: [PATCH] update

---
 src/views/mdc/components/recordChartsByWorkstation.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/mdc/components/recordChartsByWorkstation.vue b/src/views/mdc/components/recordChartsByWorkstation.vue
index 12753cc..61090a3 100644
--- a/src/views/mdc/components/recordChartsByWorkstation.vue
+++ b/src/views/mdc/components/recordChartsByWorkstation.vue
@@ -1,6 +1,6 @@
 <template>
     <div id="recordworkParse">
-        <div id="recordwork" style="height:500px;"></div>
+        <div id="recordwork" style="height:400px;"></div>
         <div class="paginationwork">
             <el-pagination layout="prev, pager, next" @current-change="recordChange" :total="total" :default-page-size="6"/>
         </div>
@@ -121,7 +121,7 @@
                 grid: {
                     top: 10,
                     left: 100,
-                    bottom: 130,
+                    bottom: 30,
                     right: 30
                 },
                 xAxis: {
@@ -203,8 +203,7 @@
         text-align: right;
         display: flex;
         justify-content: end;
-        margin-top: -60px;
+        margin-top: 20px;
         position: relative;
-        z-index: 99;
     }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3