panxiandiao_i 5 سال پیش
والد
کامیت
09250d20a7

+ 5 - 3
src/views/projectManage/dialog_vue.vue

@@ -76,8 +76,8 @@
         </div>
       </el-form>
       <div slot="footer" class="dialog-footer">
-        <el-button @click="dialogFormVisible = false">关 闭</el-button>
-        <el-button type="primary" @click="tit_Name === '新建任务'?create_task(task_form):uptate_task(task_form)">保 存</el-button>
+        <el-button @click="dialogFormVisible = false">取 消</el-button>
+        <el-button type="primary" @click="tit_Name === '新建任务'?create_task(task_form):uptate_task(task_form)">创 建</el-button>
       </div>
     </el-dialog>
   </div>
@@ -129,7 +129,9 @@ export default {
       this.tit_Name = '新建任务'
       switch (e) {
         case 1: // 新建任务(任务主页)
-          this.task_form = {}
+          this.task_form = {
+            followVersion: 2
+          }
           this.dialogFormVisible = true
           this.ascription_demand = false
           this.ascription_project = false

+ 1 - 1
src/views/projectManage/projectList/projectIndex.vue

@@ -351,7 +351,7 @@
         </el-form-item>
       </el-form>
       <div slot="footer" class="dialog-footer">
-        <el-button @click="dialogFormVisible = false">关 闭</el-button>
+        <el-button @click="dialogFormVisible = false">取 消</el-button>
         <el-button type="primary" @click="created_project(form)">创 建</el-button>
       </div>
     </el-dialog>

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

@@ -150,7 +150,7 @@
         style="width: 100%;"
         highlight-current-row
         :header-cell-style="{ background: '#6AB4FF', color: '#FFFFFF',textAlign: 'center'}"
-        :cell-style="{textAlign: 'center'}"
+        :cell-style="{textAlign: 'center','font-size':'14px','font-family':'MicrosoftYaHei'}"
       >
         <el-table-column prop="name" label="任务名" min-width="20%">
           <template v-slot="scope">
@@ -199,7 +199,7 @@
         </el-col>
       </el-row>
     </el-main>
-    <el-main style="margin: 2%;" class="layout_main requirement_details_layout_main">
+    <el-main style="margin: 2%;padding: 2% !important;" class="layout_main requirement_details_layout_main">
       <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:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">评论</div>

+ 6 - 1
src/views/projectManage/requirement/list/index.vue

@@ -132,7 +132,7 @@
             :data="tableData"
             style="width: 100%"
             highlight-current-row
-            :header-cell-style="{ background: '#6AB4FF', color: '#FFFFFF'}"
+            :header-cell-style="{ background: '#6AB4FF', color: '#FFFFFF', padding:'1px 0'}"
             size="mini"
           >
             <el-table-column prop="priority" label="优先级" width="100" sortable align="center">
@@ -417,6 +417,11 @@ export default {
 #requirement_basicName3::-webkit-input-placeholder {
   color: #333333;
 }
+.requirement-main .el-table .cell {
+  padding: 5px 0;
+  font-size: 14px;
+  font-family: MicrosoftYaHei;
+}
 .requirement-main .el-table .el-table__body tr:hover td { color: #409EFF; background: #EEF0F5; } /*hover时字体, 背景颜色*/
 .requirement_el-dropdown-menu {
   max-height: 300px !important;

+ 5 - 1
src/views/projectManage/taskList/taskIndex.vue

@@ -512,7 +512,11 @@ export default {
 .bgborder .el-input__icon {
   width: 77px !important;
 }
-
+.bgborder .el-table .cell {
+  padding: 5px 0;
+  font-size: 14px;
+  font-family: MicrosoftYaHei;
+}
 .el-table .warning-row {
   background: oldlace;
 }

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

@@ -241,7 +241,7 @@
         <el-tabs tab-position="top">
           <el-tab-pane label="Bug" style="position: relative;">
             <div
-              style="padding: 1% 0;display: flex; justify-content: space-start; align-items: center;border-top: 1px solid #E9E9E9;"
+              style="padding: 1.5% 0;font-family: MicrosoftYaHei;color: rgba(51,51,51,1);font-size: 14px;align-items: center;display: flex; justify-content: space-start; align-items: center;border-top: 1px solid #E9E9E9;"
             >
               <span>快速筛选:</span>
               <span