From db8db08adfc64cafb22ba01a4c707e1bcf12d2e9 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 01 十二月 2023 19:43:36 +0800 Subject: [PATCH] Merge branch 'zwf' of http://192.168.5.5:10010/r/web/SchedulingDashboard into zwf --- 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