From 6dcb79f8f4afc308979a3778b936ba7ecdf2738c Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Sat, 28 Aug 2021 15:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/workbench/workbench.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/modules/workbench/workbench.vue b/src/views/modules/workbench/workbench.vue index 9c4d7d0..83e92fb 100644 --- a/src/views/modules/workbench/workbench.vue +++ b/src/views/modules/workbench/workbench.vue @@ -296,7 +296,7 @@ export default { } .data-list .data-item { width: 17%; - height: 130px; + height: 90px; display: flex; align-items: center; overflow: hidden; @@ -323,11 +323,11 @@ export default { background-size: 100% 100%; } .data-item .item-content { - width: 50%; + width: 57%; margin-left: 40%; } .item-content .item-num { - font-size: 36px; + font-size: 34px; color: #ffffff; } .item-content .item-desc { @@ -335,6 +335,7 @@ export default { align-items: center; justify-content: space-between; color: #ffffff; + font-size: 12px; } .chart-box { width: 100%;