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/BranchFactorySignage.vue | 27 ++------------------------- 1 files changed, 2 insertions(+), 25 deletions(-) diff --git a/src/views/dashboard/BranchFactorySignage.vue b/src/views/dashboard/BranchFactorySignage.vue index 066d3f9..4b15280 100644 --- a/src/views/dashboard/BranchFactorySignage.vue +++ b/src/views/dashboard/BranchFactorySignage.vue @@ -1,25 +1,18 @@ <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"> <div class="back-nav" @click="$emit('backToLastSignage','Index')" v-if="userType===4"> <dv-decoration-7>涓婁竴绾�</dv-decoration-7> </div> <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: 400px;"></div> <div id="efficiency_chart" style="width: 100%;height: 350px"></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: 420px;"></div> <div id="warranty_malfunction_chart" style="width:50%;height: 420px;"></div> @@ -59,6 +52,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,12 +1027,6 @@ color: #fff; margin-bottom: 10px; - .workshop-nav { - width: 120px; - height: 40px; - font-size: 12px; - cursor: pointer; - } } .content-container { @@ -1047,17 +1035,6 @@ justify-content: space-between; .left-col { - .back-nav { - width: 100px; - height: 30px; - color: #fff; - position: absolute; - top: 25px; - left: 25px; - cursor: pointer; - z-index: 9999 - } - .first-title { color: #00A8AC; font-size: 20px; -- Gitblit v1.9.3