28 changed files with 311 additions and 212 deletions
-
13src/views/xm/rpt/branch/menuDayTrend.vue
-
13src/views/xm/rpt/branch/questionDayTrend.vue
-
49src/views/xm/rpt/common.scss
-
97src/views/xm/rpt/index.scss
-
4src/views/xm/rpt/index.vue
-
13src/views/xm/rpt/iteration/burnout.vue
-
13src/views/xm/rpt/iteration/menuDayTrend.vue
-
13src/views/xm/rpt/iteration/questionDayTrend.vue
-
13src/views/xm/rpt/product/menuAgeDist.vue
-
13src/views/xm/rpt/product/menuAttDist.vue
-
13src/views/xm/rpt/product/menuDayTrend.vue
-
13src/views/xm/rpt/product/menuSort.vue
-
13src/views/xm/rpt/product/questionAgeDist.vue
-
13src/views/xm/rpt/product/questionAttDist.vue
-
13src/views/xm/rpt/product/questionDayTrend.vue
-
13src/views/xm/rpt/product/questionRetestDist.vue
-
13src/views/xm/rpt/product/questionSort.vue
-
13src/views/xm/rpt/project/taskAgeDist.vue
-
13src/views/xm/rpt/project/taskAttDist.vue
-
13src/views/xm/rpt/project/taskDayTrend.vue
-
13src/views/xm/rpt/project/taskSort.vue
-
13src/views/xm/rpt/testCase/testCaseSort.vue
-
13src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
-
13src/views/xm/rpt/testPlan/testDayTimesCalc.vue
-
13src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
-
13src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue
-
22src/views/xm/rpt/testPlan/testPlanRptOverview.vue
@ -1,10 +1,39 @@ |
|||||
.m_container { |
|
||||
width: 100%; |
|
||||
height: 100%; |
|
||||
background: rgb(238, 238, 238); |
|
||||
.m_content { |
|
||||
padding:30px 18px 18px 18px; |
|
||||
overflow: hidden; |
|
||||
position: relative; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
|
.row-box{ |
||||
|
margin-left: 20px; |
||||
|
.rpt-title{ |
||||
|
font-weight: 600; |
||||
|
font-size: x-large; |
||||
|
visibility: visible; |
||||
|
text-align: center; |
||||
|
} |
||||
|
.title{ |
||||
|
font-weight: 600; |
||||
|
font-size: large; |
||||
|
visibility: visible; |
||||
|
} |
||||
|
.remark{ |
||||
|
visibility: visible; |
||||
|
} |
||||
|
.input { |
||||
|
visibility: hidden; |
||||
|
z-index: 10000; |
||||
|
top: 0%; |
||||
|
left:0%; |
||||
|
position:absolute; |
||||
|
} |
||||
|
} |
||||
|
.row-box.cfg:hover{ |
||||
|
.rpt-title{ |
||||
|
visibility: hidden; |
||||
|
} |
||||
|
.title{ |
||||
|
visibility: hidden; |
||||
|
} |
||||
|
.remark{ |
||||
|
visibility: hidden; |
||||
|
} |
||||
|
.input{ |
||||
|
visibility: visible; |
||||
|
} |
||||
|
} |
||||
@ -1,98 +1 @@ |
|||||
.m_top { |
|
||||
background: #fff; |
|
||||
display: flex; |
|
||||
flex-direction: row; |
|
||||
height: 100px; |
|
||||
align-items: center; |
|
||||
border: 1px solid #ebeef5; |
|
||||
margin: 0 10px; |
|
||||
.m_avatar { |
|
||||
width: 52px; |
|
||||
height: 52px; |
|
||||
margin-left: 34px; |
|
||||
} |
|
||||
.m_msg { |
|
||||
margin-left: 22px; |
|
||||
p:nth-child(1) { |
|
||||
font-size: 20px; |
|
||||
font-weight: bold; |
|
||||
color: #7D7D7D; |
|
||||
opacity: 0.92; |
|
||||
} |
|
||||
p:nth-child(2) { |
|
||||
margin-top: 12px; |
|
||||
font-size: 14px; |
|
||||
font-weight: bold; |
|
||||
color: #7D7D7D; |
|
||||
opacity: 0.53; |
|
||||
} |
|
||||
} |
|
||||
.m_btn { |
|
||||
margin-left: auto; |
|
||||
margin-right: 20px; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
|
|
||||
.m_middle { |
|
||||
display: flex; |
|
||||
flex-direction: row; |
|
||||
margin-top: 20px; |
|
||||
height: 280px; |
|
||||
.m_left, .m_right { |
|
||||
flex: 1; |
|
||||
padding: 30px; |
|
||||
background: #fff; |
|
||||
border: 1px solid #ebeef5; |
|
||||
} |
|
||||
.m_left { |
|
||||
display: flex; |
|
||||
flex-direction: row; |
|
||||
margin-right: 10px; |
|
||||
margin-left: 10px; |
|
||||
.m_left_1 { |
|
||||
flex: 1.5; |
|
||||
p { |
|
||||
font-size: 18px; |
|
||||
margin-bottom: 20px; |
|
||||
} |
|
||||
span { |
|
||||
font-size: 15px; |
|
||||
line-height: 42px; |
|
||||
color: #7D7D7D; |
|
||||
} |
|
||||
} |
|
||||
.m_left_2 { |
|
||||
flex: 1; |
|
||||
img { |
|
||||
width: 100%; |
|
||||
margin-left: 20px; |
|
||||
margin-top: 10px; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.m_right { |
|
||||
display: flex; |
|
||||
flex-direction: row; |
|
||||
flex-wrap: wrap; |
|
||||
margin-right: 10px; |
|
||||
.m_right_menu { |
|
||||
display: flex; |
|
||||
width: 33.3%; |
|
||||
flex-direction: column; |
|
||||
align-items: center; |
|
||||
justify-content: center; |
|
||||
font-size: 16px; |
|
||||
cursor: pointer; |
|
||||
img { |
|
||||
width: 58px; |
|
||||
height: 58px; |
|
||||
} |
|
||||
span { |
|
||||
margin-top: 12px; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue