From 970e7190df84fe6060c9c74532c5d7b3a0e45627 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期日, 28 四月 2024 00:07:53 +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