From 64f681b4f9e56f5ff8f6f938ec67463c5ccab514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 3 Feb 2023 14:47:58 +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 --- .../xm/rpt/branch/branchWorkItemDayList.vue | 56 +++++++++++-------- 1 file changed, 33 insertions(+), 23 deletions(-) diff --git a/src/views/xm/rpt/branch/branchWorkItemDayList.vue b/src/views/xm/rpt/branch/branchWorkItemDayList.vue index 19d184bd..e9a90b99 100644 --- a/src/views/xm/rpt/branch/branchWorkItemDayList.vue +++ b/src/views/xm/rpt/branch/branchWorkItemDayList.vue @@ -2,27 +2,33 @@
-
-
-

{{title?title:'请输入标题'}}

-
- - {{remark?remark:'请输入说明'}} +
+ + + {{title?title:'请输入标题'}} + + +
+ +
-
-
- -

{{title}}

+ + + {{title}} + + + {{remark}} + - - {{remark}} + +
-
-
-
- + + + 从报告移除该报表 + @@ -51,7 +57,7 @@ components: { XmIterationSelect,XmProductSelect, }, - props:['xmProduct','xmProject','xmIteration','cfg','category','isRptCfg'], + props:['xmProduct','xmProject','xmIteration','cfg','category','isRptCfg','isExport'], computed: { ...mapGetters([ 'userInfo','roles' @@ -328,10 +334,9 @@ width: 100%; display: block; } - .box{ - display: flex; - height: 28px; + .row-box{ .title{ + font-weight: 600; font-size: large; visibility: visible; } @@ -347,15 +352,20 @@ position:absolute; } } - .box:hover{ + .row-box:hover{ .title{ - visibility: hidden; + display:none; } .remark{ - visibility: visible; + display:none; } .input{ visibility: visible; } } + .rpt-box{ + margin-left: 10px; + margin-right: 10px; + border: 1px solid #e8e8e8; + } \ No newline at end of file