From a7864c2d1757411076f6a8059613d67f169d1802 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 29 七月 2020 13:38:01 +0800 Subject: [PATCH] 算力管理相关组件样式调试 --- src/components/subComponents/SystemInfo.vue | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/subComponents/SystemInfo.vue b/src/components/subComponents/SystemInfo.vue index 5dd0915..4a67a74 100644 --- a/src/components/subComponents/SystemInfo.vue +++ b/src/components/subComponents/SystemInfo.vue @@ -75,7 +75,7 @@ </li> </ul> </div>--> - <div class="eCharts-box" :style="`width:${liquidWidth}`"> + <div class="eCharts-box" > <eChartsBar ref="cpuMeneryCharts" :xAxisData="PollData.barCharts"></eChartsBar> </div> </div> @@ -133,6 +133,7 @@ height: 100%; .card-box { width: 50%; + float: left; @media screen and (min-width: 1280px) and (max-width: 1440px) { width: 65%; } @@ -172,9 +173,14 @@ font-weight: 700; } } + ul{ + padding-left: 0; + } } .eCharts-box { - width: 50%; + width: 28%; + float: right; + box-sizing: border-box; height: 100%; margin-left: 5px; @media screen and (min-width: 1280px) and (max-width: 1440px) { -- Gitblit v1.8.0