From 1274e4da2f175dba16d68bd091be6f23ee9a523a Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 01 十二月 2023 19:43:30 +0800
Subject: [PATCH] 人员生产效率对比组件开发

---
 src/views/cockpitPage/components/ChartTitle.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/cockpitPage/components/ChartTitle.vue b/src/views/cockpitPage/components/ChartTitle.vue
index 02aed46..1ca2814 100644
--- a/src/views/cockpitPage/components/ChartTitle.vue
+++ b/src/views/cockpitPage/components/ChartTitle.vue
@@ -32,7 +32,7 @@
   width:100%;
   height:40px;
   margin-bottom:20px;
-  font-size:18px;
+  font-size:16px;
   color:#00FFFF;
   position:relative;
   .title-left-tip{
@@ -41,7 +41,7 @@
     top:0;
   }
   .title-bg{
-    width:100%;
+    width:calc(100% - 20px);
     height:30px;
     padding-left:20px;
     display:inline-block;

--
Gitblit v1.8.0