From d6803b83a827a62fa29737c31104c3ee9bc194d8 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期一, 08 四月 2024 10:18:41 +0800 Subject: [PATCH] 1、全局菜单栏新增点击父级菜单标题后在导航栏展开父级所有下一级菜单功能 2、登录页面按照新需求调整整体布局及样式 3、优化首页看板页面图表视图 --- src/views/dashboard/IndexSignage.vue | 33 ++------------------------------- 1 files changed, 2 insertions(+), 31 deletions(-) diff --git a/src/views/dashboard/IndexSignage.vue b/src/views/dashboard/IndexSignage.vue index 2832ed4..a3ddd65 100644 --- a/src/views/dashboard/IndexSignage.vue +++ b/src/views/dashboard/IndexSignage.vue @@ -1,22 +1,15 @@ <template> <div class="page-container"> - <!--<div class="page-title">--> - <!--<slot name="index_signage_nav"></slot>--> - <!--<!–<dv-decoration-11 class="workshop-nav" v-for="item in workshopList">–>--> - <!--<!–{{item.workshopName}}–>--> - <!--<!–</dv-decoration-11>–>--> - <!--</div>--> <div class="content-container"> <div style="width: 25%" class="left-col"> <dv-border-box-9 style="padding: 30px 20px 0"> - <!--<div class="first-title">M D C 鍏� 缃� 鎬� 鏁� : 6 0 3 鍙�</div>--> <div id="running_state_chart" style="width:100%;height: 300px"></div> <div id="efficiency_chart" style="width: 100%;height: 465px"></div> </dv-border-box-9> </div> + <div style="width: 42%" class="middle-col"> <dv-border-box-9 style="padding: 30px 20px 0"> - <!--<div class="first-title">璁� 澶� 鍙� 璐� 鎬� 鏁� : 1 0 2 2 鍙�</div>--> <div style="display: flex"> <div id="tech_condition_chart" style="width:50%;height: 340px;"></div> <div id="warranty_malfunction_chart" style="width:50%;height: 340px;"></div> @@ -64,6 +57,7 @@ </div> </dv-border-box-9> </div> + <div style="width: 32%"> <dv-border-box-9 style="padding: 30px 0 20px"> <div id="bar_chart" style="width:100%;height: 280px"></div> @@ -1033,13 +1027,6 @@ flex-wrap: wrap; color: #fff; margin-bottom: 10px; - - .workshop-nav { - width: 120px; - height: 40px; - font-size: 12px; - cursor: pointer; - } } .content-container { @@ -1047,23 +1034,7 @@ display: flex; justify-content: space-between; - .left-col { - .first-title { - color: #00A8AC; - font-size: 20px; - text-align: center; - font-weight: bold; - } - } - .middle-col { - .first-title { - color: #00A8AC; - font-size: 20px; - text-align: center; - font-weight: bold; - } - .support-plan-container { display: flex; justify-content: space-around; -- Gitblit v1.9.3