qinzhipeng_v@didiglobal.com 4 tahun lalu
induk
melakukan
eed89d2d2a

+ 3 - 3
src/views/dataBigManage/components/drawerModal/drawerModalData.js

@@ -243,7 +243,7 @@ export const columns = {
         key: 'priorityStr',
         minWidth: 65,
         type: 'level',
-        fixed: 'left',
+        // fixed: 'left',
         align: 'left'
       },
       {
@@ -252,7 +252,7 @@ export const columns = {
         minWidth: 150,
         align: 'left',
         type: 'topTitle',
-        fixed: true,
+        // fixed: true,
         topName: 'REQUIREMENT',
         topKey: 'id'
       },
@@ -316,7 +316,7 @@ export const columns = {
         label: '测试等待周期',
         key: 'title8',
         minWidth: 130,
-        tips: '需求从提测排期最后一天(不包含)到测试排期开始(不包含)的的总周期,负值则取0. ',
+        tips: '需求从提测排期最后一天(不包含)到测试排期开始(不包含)的的总周期',
         align: 'left'
       },
       {

+ 5 - 5
src/views/dataBigManage/components/efficiencyModule/index.vue

@@ -52,13 +52,13 @@
             v-for="item in mainData.requirementData.subSecCountList"
             :key="item.label"
             class="item"
-            style="margin-left: 30px;line-height: 20px;"
+            style="margin-left: 20px;line-height: 20px;"
             @click.stop="$emit(
               'checkDetialModal',
               { ...mainData.requirementData, activeLabel: item.label }
             )"
           >
-            <span class="mark" style="border: 5px solid #000;" />
+            <span class="mark" style="border: 4px solid #666666;" />
             <span class="title">{{ item.label }}:&nbsp;&nbsp;</span><span class="value"><span class="textFont isHove">{{ item.countStr }}</span>{{ item.unit }}</span>
           </div>
         </div>
@@ -477,11 +477,11 @@ export default {
         flex: 1;
         .mark {
           display: inline-block;
-          width: 10px;
-          height: 10px;
+          width: 5px;
+          height: 5px;
           background: #ffffff;
           border-radius: 50%;
-          margin-right: 10px;
+          margin-right: 5px;
         }
         .item {
           font-size: 12px;