From 90ed20856dc899bd80fb996bb7dc6272c21871e1 Mon Sep 17 00:00:00 2001 From: liudianxin Date: Fri, 24 Jul 2020 17:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E7=8A=B6=E6=80=81=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu.vue | 4 ++-- src/pages/workbench/fwgl/cloud-detail.vue | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/menu.vue b/src/components/menu.vue index 65804bf..d3c1ea4 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -283,7 +283,7 @@ export default { float: right; width: 185px; font-size: 16px; - height: 73px; + height:84px; text-align: center; cursor: pointer; position: relative; @@ -297,7 +297,7 @@ export default { background-color: #e56600; border-radius: 3px; position: absolute; - bottom: 0px; + bottom: 10px; left: calc(50% - 12px); } .user_menu { diff --git a/src/pages/workbench/fwgl/cloud-detail.vue b/src/pages/workbench/fwgl/cloud-detail.vue index 35e0706..8819626 100644 --- a/src/pages/workbench/fwgl/cloud-detail.vue +++ b/src/pages/workbench/fwgl/cloud-detail.vue @@ -36,11 +36,15 @@ class="head_right_msg_item apply_wait" >待审批 审批中 + 审批通过 审批未通过

-- 2.26.0