From 3ce2d50102929e6e245249ce61bbadd300f3e24e Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期三, 14 八月 2024 16:12:28 +0800
Subject: [PATCH] 设备维护校验调整 OEE列表间距调整

---
 src/views/dashboard/EquipmentSignage.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/dashboard/EquipmentSignage.vue b/src/views/dashboard/EquipmentSignage.vue
index 82d1682..49db1cf 100644
--- a/src/views/dashboard/EquipmentSignage.vue
+++ b/src/views/dashboard/EquipmentSignage.vue
@@ -831,7 +831,7 @@
             axisLabel: {
               interval: 0,
               show: true,
-              fontSize: 12,
+              fontSize: 14,
               color: '#fff'
               // rotate: -30,
             },
@@ -880,7 +880,8 @@
               max: 100,
               axisLabel: {
                 show: true,
-                color: '#fff'
+                color: '#fff',
+                fontSize:14
               },
               axisLine: {
                 show: true,

--
Gitblit v1.9.3