From 10b043568dbe047eface8e417bfc3716e7148fbc Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 08 四月 2021 17:40:35 +0800 Subject: [PATCH] echarts小时数据的修改 --- src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue b/src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue index 8e5f267..3aa7f07 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue @@ -76,17 +76,18 @@ position: relative; margin-bottom: 10px; background-color: rgba(33, 41, 69, 0.9); + //width: 6rem; + height: 0.5rem; } .main { - width: 100%; - height: 100%; + //width: 100%; + //height: 100%; .main-matter { font-size: 13px; font-weight: normal; //padding: 10px 6px; - min-height: 70px; border: 1px solid #396d83; .row-item-one { @@ -115,8 +116,8 @@ } ul { - width: 100%; - height: 100%; + //width: 100%; + //height: 100%; display: flex; align-items: center; justify-content: space-around; @@ -131,6 +132,7 @@ background-color: #243a55; color: #00d0f9; border-radius: 4px; + font-size: 0.08rem; } li:last-child { @@ -144,7 +146,7 @@ z-index: 999; position: absolute; width: 10px; - //height: 10px; + height: 10px; background: rgba(0, 0, 0, 0); border: 1px solid #47d5ea; } -- Gitblit v1.8.0