From 920c02f0d55cc32af6fdcf20f1acdb6dcd6ae9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 9 Feb 2023 02:55:33 +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/styles/mdp.scss | 2 +- src/views/xm/core/xmMenu/XmEpicFeatures.vue | 23 ++++++++----- src/views/xm/core/xmTask/XmPhase.vue | 37 ++++++++++++--------- 3 files changed, 36 insertions(+), 26 deletions(-) diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 69a0475d..72c5d548 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -238,7 +238,7 @@ } .tool-bar{ - z-index: 10000; + z-index: 500; top: 50%; right:0%; transform: translate(-10%, -50%); diff --git a/src/views/xm/core/xmMenu/XmEpicFeatures.vue b/src/views/xm/core/xmMenu/XmEpicFeatures.vue index b48817d6..2c48c008 100644 --- a/src/views/xm/core/xmMenu/XmEpicFeatures.vue +++ b/src/views/xm/core/xmMenu/XmEpicFeatures.vue @@ -110,19 +110,20 @@ {{scope.row.seqNo}}{{scope.row.menuName}} - - {{ (scope.row.finishRate != null ? scope.row.finishRate : 0) + "%" }} - - {{item.name}} -
+ +
- + - +
+ {{item.name}} + + {{ (scope.row.finishRate != null ? scope.row.finishRate : 0) + "%" }} + @@ -741,6 +742,10 @@ .align-right{ float: right; } +.tool-bar.left{ + + transform: translate(-100%, -50%); +}