panxiandiao_i 5 lat temu
rodzic
commit
aa7598d60d

+ 1 - 1
src/views/Platform/Workbench/TeamWorkbench.vue

@@ -158,7 +158,7 @@ export default {
         .head-line
           width 4px
           height 17px
-          background rgba(64,158,255,1)
+          background #409EFF
           border-radius 1px
           margin 0 10px 20px 0
 </style>

+ 1 - 1
src/views/projectManage/dialog_vue.vue

@@ -2,7 +2,7 @@
   <div class="task">
     <el-dialog :visible.sync="dialogFormVisible" width="70%" :close-on-click-modal="false">
       <div style="display:flex;align-items: center;margin: 0% 7% 2% 4.5%;">
-        <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+        <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
         <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">{{ tit_Name }}</div>
       </div>
       <el-form ref="task_form" :model="task_form" :rules="task_rulesForm" label-position="right" style="margin-right: 3%;" label-width="120px">

+ 6 - 5
src/views/projectManage/projectList/projectIndex.vue

@@ -3,7 +3,7 @@
     <el-container>
       <el-header
         class="bgborder"
-        style=" margin: 1%;display:flex;align-items: center;justify-content: space-between;"
+        style="padding:0 20px 0 23.094px; margin: 1%;display:flex;align-items: center;justify-content: space-between;"
       >
         <el-dropdown placement="bottom" @command="handleCommand">
           <span class="el-dropdown-link drop_down" style="cursor: pointer;">
@@ -93,7 +93,7 @@
       <el-main class="requirement-x" style="background-color: #ffffff; border-radius: 8px; margin: 0 1% 1% 1%;min-height: 86vh;padding:0 !important">
         <div style="font-size: 18px;margin: 2%;display:flex;justify-content:space-between;align-items: center;">
           <div style="display:flex;justify-content: center;align-items: center;">
-            <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+            <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
             <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">项目列表</div>
           </div>
           <el-button
@@ -168,8 +168,9 @@
       </el-main>
     </el-container>
     <el-dialog :visible.sync="dialogFormVisible" width="70%" :close-on-click-modal="false">
-      <div style="margin: 0% 7% 2% 2%; font-size: 18px; white-space: nowrap;color:rgba(51,59,74,1);">
-        <b style="color: #409EFF;margin: 0 0.5%;font-weight: 600; ">I</b>{{ '新建项目' }}
+      <div style="margin: 0% 7% 2% 2.5%;display:flex;align-items: center;">
+        <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
+        <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">新建项目</div>
       </div>
       <el-form
         ref="form"
@@ -562,7 +563,7 @@ export default {
   font-size: 14px;
   font-family: MicrosoftYaHei;
 }
-.requirement-x  .el-table .el-table__body tr:hover td { color: #409EFF; background: #EEF0F5; } /*hover时字体, 背景颜色*/
+.requirement-x  .el-table .el-table__body tr:hover td { color: #409EFF; background: #EDF6FF; } /*hover时字体, 背景颜色*/
 
 .bgborder .el-input__inner {
   border: none;

+ 8 - 8
src/views/projectManage/projectList/projectViewDetails.vue

@@ -32,12 +32,12 @@
         </span>
         <span style="float: right;">
           <el-button size="mini" @click="dele_pro()">删除项目</el-button>
-          <el-dropdown>
+          <el-dropdown placement="bottom" style="margin-left: 10px;">
             <el-button size="mini" type="primary">
               新建
               <i class="el-icon-arrow-down el-icon--right" />
             </el-button>
-            <el-dropdown-menu slot="dropdown">
+            <el-dropdown-menu slot="dropdown" >
               <el-dropdown-item @click.native="createDialogVisible = true">新建需求</el-dropdown-item>
               <el-dropdown-item @click.native="reated_task()">新建任务</el-dropdown-item>
             </el-dropdown-menu>
@@ -49,7 +49,7 @@
           <el-row :gutter="20">
             <el-col :span="20">
               <div style="display:flex;align-items: center;margin-bottom:20px;margin: 10px 0 50px 20px;">
-                <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+                <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
                 <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">数据统计</div>
               </div>
             </el-col>
@@ -82,7 +82,7 @@
         <el-container>
           <el-main class="bgborder" style="margin: 0 2.1% 0 0;min-height: 50vh;overflow-x: hidden;">
             <div style="display:flex;align-items: center;margin-bottom:20px;margin: 20px 0 20px 20px;">
-              <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+              <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
               <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">基础信息</div>
             </div>
             <el-form
@@ -230,7 +230,7 @@
       <el-container>
         <el-aside class="bgborder" style="margin:0 1% 1% 1%;">
           <div style="display:flex;align-items: center;margin-bottom:20px;margin: 20px 0 20px 17px;">
-            <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+            <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
             <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">任务筛选</div>
           </div>
           <div ref="all_tasks" class="aside" style="color: #333B4A;" @click="get_allTask">全部任务</div>
@@ -287,7 +287,7 @@
         <el-container>
           <el-main class="bgborder" style=" margin: 0 1.3% 1.3% 0;min-height: 50vh;">
             <div style="display:flex;align-items: center;margin-bottom:20px;margin: 20px 0 20px 20px;">
-              <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+              <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
               <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">任务列表</div>
             </div>
             <el-table
@@ -315,7 +315,7 @@
               <el-table-column label="测试负责人" min-width="100" align="center" show-overflow-tooltip>
                 <template slot-scope="scope">{{ scope.row.qaObject === null ? '' : scope.row.qaObject.name }}</template>
               </el-table-column>
-              <el-table-column label="任务进度" min-width="150" align="center">
+              <el-table-column label="任务进度" min-width="150" align="left">
                 <template slot-scope="scope">
                   <el-progress :percentage="Number(scope.row.rate && scope.row.rate.substring(0,4))" color="#409eff" />
                 </template>
@@ -1244,7 +1244,7 @@ export default {
 
 .bgborder .el-table .el-table__body tr:hover td { /* hover时字体, 背景颜色 */
   color: #409EFF;
-  background: #EEF0F5;
+  background: #EDF6FF;
   cursor: pointer;
 }
 

+ 5 - 5
src/views/projectManage/requirement/details/index.vue

@@ -26,14 +26,14 @@
         </el-dropdown>
         <div style="display: inline-block;float: right">
           <el-button size="mini" type="primary" plain style="margin-left: 10px" @click="deleteRequirement">删除需求</el-button>
-          <el-button type="primary" plain size="mini" @click="createTask">新建</el-button>
+          <el-button type="primary" plain size="mini" @click="createTask">新建任务</el-button>
         </div>
       </div>
     </el-header>
     <el-container>
       <el-aside width="52%" style="margin: 0% 1% 1% 1%;" class="layout_aside">
         <div style="display:flex;align-items: center;">
-          <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+          <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
           <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">数据统计</div>
         </div>
         <div v-loading="loading.task || loading.bug" class="div_statistics" style="margin: 2%">
@@ -77,7 +77,7 @@
       </el-aside>
       <el-aside width="45%" style="margin: 0% 1% 1% 0;" class="layout_aside">
         <div style="display:flex;align-items: center;">
-          <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+          <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
           <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">基础信息</div>
         </div>
         <div
@@ -134,7 +134,7 @@
     </el-container>
     <el-main id="requirement_details" style="margin: 0 1%;padding: 0" class="layout_main">
       <div style="display:flex;align-items: center;margin: 2% 0 0 2%;">
-        <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+        <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
         <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">任务</div>
       </div>
       <el-radio-group v-model="radio" size="mini" style="float: right;margin: 0 1% 1% 0">
@@ -203,7 +203,7 @@
     </el-main>
     <el-main style="margin: 1%;padding: 2% !important;" class="layout_main requirement_details_layout_main">
       <div style="display:flex;align-items: center;margin-bottom:20px">
-        <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+        <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
         <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">评论</div>
       </div>
       <div>

+ 1 - 1
src/views/projectManage/requirement/list/create.vue

@@ -1,7 +1,7 @@
 <template>
   <el-dialog :visible.sync="isVisible" width="70%" :close-on-click-modal="false">
     <div style="display:flex;align-items: center;margin: 5px 0px 25px 42px;">
-      <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+      <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
       <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">{{ title }}</div>
     </div>
     <el-form :model="form" :rules="rules" label-position="right" label-width="120px">

+ 2 - 2
src/views/projectManage/requirement/list/index.vue

@@ -101,7 +101,7 @@
         <el-main class="requirement-main">
           <div style="font-size: 18px;margin: 2%;display:flex;justify-content:space-between;align-items: center;">
             <div style="display:flex;justify-content: center;align-items: center;">
-              <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+              <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
               <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">需求列表</div>
             </div>
             <el-button
@@ -410,7 +410,7 @@ export default {
   font-size: 14px;
   font-family: MicrosoftYaHei;
 }
-.requirement-main .el-table .el-table__body tr:hover td { color: #409EFF; background: #EEF0F5; } /*hover时字体, 背景颜色*/
+.requirement-main .el-table .el-table__body tr:hover td { color: #409EFF; background: #EDF6FF; } /*hover时字体, 背景颜色*/
 .requirement_el-dropdown-menu .el-dropdown-menu{
   max-height: 300px !important;
   max-width: 200px;

+ 4 - 9
src/views/projectManage/taskList/taskIndex.vue

@@ -183,7 +183,7 @@
       <el-main class="requirement-xx" style=" background-color: #ffffff; border-radius: 8px; margin: 0 1% 1%;min-height: 86vh;padding:0 !important">
         <div style="font-size: 18px;margin: 2%;display:flex;justify-content:space-between;align-items: center;">
           <div style="display:flex;justify-content: center;align-items: center;">
-            <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+            <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
             <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">任务列表</div>
           </div>
           <el-button
@@ -209,10 +209,10 @@
               <div style="cursor: pointer;" @click="link_task(scope.row.id)">{{ scope.row.name }}</div>
             </template>
           </el-table-column>
-          <el-table-column label="归属项目" min-width="100" align="center" show-overflow-tooltip>
+          <el-table-column label="归属项目" min-width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">{{ scope.row.projectName }}</template>
           </el-table-column>
-          <el-table-column label="归属需求" min-width="100" align="center" show-overflow-tooltip>
+          <el-table-column label="归属需求" min-width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">{{ scope.row.requireName }}</template>
           </el-table-column>
           <el-table-column label="业务线" min-width="100" align="center">
@@ -504,7 +504,7 @@ export default {
   font-size: 14px;
   font-family: MicrosoftYaHei;
 }
-.requirement-xx  .el-table .el-table__body tr:hover td { color: #409EFF; background: #EEF0F5; } /*hover时字体, 背景颜色*/
+.requirement-xx  .el-table .el-table__body tr:hover td { color: #409EFF; background: #EDF6FF; } /*hover时字体, 背景颜色*/
 
 .footer {
   text-align: right;
@@ -528,11 +528,6 @@ export default {
   color: #333333 !important;
 }
 
-.bgborder .el-table .el-table__body tr:hover td {
-  color: #409eff;
-  background: #eef0f5;
-} /*hover时字体, 背景颜色*/
-
 .bgborder .el-input__icon {
   width: 77px !important;
 }

+ 4 - 4
src/views/projectManage/taskList/taskViewDetails.vue

@@ -39,7 +39,7 @@
         </div>
         <span style="float: right;">
           <el-button size="mini" type="primary" plain @click="centerDialogVisible_task = true">删除任务</el-button>
-          <el-dropdown>
+          <el-dropdown placement="bottom" style="margin-left: 10px;">
             <el-button size="mini" type="primary" plain>
               新建
               <i class="el-icon-arrow-down el-icon--right" />
@@ -56,7 +56,7 @@
       <el-container>
         <el-aside class="bgborder" style="overflow: hidden; margin:0 1%;minWidth: 55%;">
           <div style="display:flex;align-items: center;margin-bottom:20px;margin: 20px 0 50px 20px;">
-            <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+            <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
             <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">数据统计</div>
           </div>
           <div style="display: flex; justify-content: space-between; align-items: center;">
@@ -78,7 +78,7 @@
             style="overflow: hidden;margin: 0 2.1% 0 0;min-height: 50vh;"
           >
             <div style="display:flex;align-items: center;margin-bottom:20px;margin: 20px 0 20px 20px;">
-              <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+              <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
               <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">基础信息</div>
             </div>
             <el-form
@@ -139,7 +139,7 @@
       </el-container>
       <el-header class="bgborder" style="margin: 1%;height: auto; padding: 0;">
         <div style="display:flex;align-items: center;margin-bottom:20px;margin: 20px 0 20px 20px;">
-          <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+          <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
           <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">排期事件</div>
         </div>
         <el-row :gutter="20" style="margin: 2% 3%">

+ 1 - 1
src/views/projectManage/taskList/versionsCalendar.vue

@@ -19,7 +19,7 @@
       <el-main class="bgborder" style=" margin: 0 1% 1% 1%;min-height: 120.5vh;padding:0 !important">
         <div style="display:flex;align-items: center;margin:24.094px;justify-content: space-between;">
           <div style="display:flex;align-items: center;">
-            <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+            <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
             <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">版本日历</div>
           </div>
           <el-button type="primary" style="float:right" size="mini" @click="adds()">版本管理</el-button>

+ 1 - 1
src/views/projectManage/version/list/index.vue

@@ -37,7 +37,7 @@
       </el-header>
       <el-main class="layout_main version_list_layout_main">
         <div style="display:flex;align-items: center;padding:20px">
-          <div style="width:4px;height:17px;background:rgba(64,158,255,1);border-radius:1px;" />
+          <div style="width:4px;height:17px;background:#409EFF;border-radius:1px;" />
           <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">版本列表</div>
         </div>
         <el-table