From f5edc2904945f37b164a7874d502cf002fae024e Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期一, 13 五月 2024 13:52:26 +0800
Subject: [PATCH] 1

---
 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