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