wenbobowen před 4 roky
rodič
revize
63f4ff3590

+ 1 - 1
src/components/mainTitle/index.vue

@@ -2,7 +2,7 @@
   <div class="wb-mainTitle">
     <div class="stylus-title">
       <div class="titleBox">
-        <span style="font-size: 22px;letter-spacing: 1px;font-weight: 600;color: #333b4a;padding-left: 15px;">{{ title }}</span>
+        <span style="font-size: 20px;letter-spacing: 1px;font-weight: 600;color: #333b4a;padding-left: 15px;">{{ title }}</span>
         <div v-if="tabShow" class="radio">
           <el-radio-group v-model="tabPosition" size="small" @change="changeTab">
             <el-radio-button label="list" class="list">

+ 1 - 1
src/styles/PublicStyle/index.less

@@ -211,7 +211,7 @@
   }
 
   .public_themeName { // 迭代,项目,任务,需求 主题
-    font-size: 22px;
+    font-size: 20px;
     font-weight: 600;
     color: rgb(51, 59, 74);
     padding-left: 15px;

+ 3 - 2
src/styles/detail-pages.less

@@ -59,7 +59,7 @@
   box-sizing: content-box;
   .header-title{
     float: left;
-    font-size:18px;
+    font-size:16px;
     font-family: MicrosoftYaHei;
     color: rgb(51, 59, 74);
     display: flex;
@@ -102,7 +102,7 @@
     }
   }
   .top-control {
-    width: 235px;
+    // width: 235px;
     display: flex;
     justify-content: space-between;
     align-items: center;
@@ -119,6 +119,7 @@
     .line {
       height: 18.5px;
       border-right: 1px solid #D9D9D9;
+      margin: 10px;
     }
   }
 }

+ 1 - 1
src/views/ToConfigure/index.vue

@@ -106,7 +106,7 @@ export default {
   }
   .configure_title {
     width: 100vw;
-    font-size: 22px;
+    font-size: 20px;
     font-weight: 800;
     color: #444;
     padding: 14px 0;

+ 23 - 6
src/views/projectManage/bugList/details/index.vue

@@ -307,8 +307,8 @@
               <div class="module_title__caption">时间</div>
             </div>
             <el-divider v-if="type !== 'page'" />
-            <el-aside :width="type=='page'?'100%':'59%'">
-              <el-form label-position="left" label-width="28%">
+            <el-aside :width="'100%'">
+              <el-form label-position="left" label-width="100px" :class="type !== 'page'&& 'timeForm'">
                 <el-form-item label="提报时间">
                   <div class="bug_manage_div"> :{{ bug.gmtCreate }} <span v-if="bug.gmtCreateIsHoliday === 1" class="bug_date">{{ '节假日提报' }}</span></div>
                 </el-form-item>
@@ -319,13 +319,22 @@
                   <div class="bug_manage_div"> :{{ bug.finishTime }} <span v-if="bug.finishTimeIsHoliday === 1" class="bug_date">{{ '节假日关闭' }}</span></div>
                 </el-form-item>
                 <el-form-item label="开发修复时长">
-                  <div class="bug_manage_div"> :{{ bug.devFixTime }} <br> :{{ bug.devFixTimePurgeNH }} <span v-if="bug.devFixTimePurgeNH !== null" class="bug_removeDate">{{ '去除节假日' }}</span></div>
+                  <div class="bug_manage_div">
+                    <!-- :{{ bug.devFixTime }} <br>  -->
+                    :{{ bug.devFixTimePurgeNH }} <span v-if="bug.devFixTimePurgeNH !== null" class="bug_removeDate">{{ '去除节假日' }}</span>
+                  </div>
                 </el-form-item>
                 <el-form-item label="测试验收时长">
-                  <div class="bug_manage_div"> :{{ bug.testCheckTime }} <br> :{{ bug.testCheckTimePurgeNH }} <span v-if="bug.testCheckTimePurgeNH !== null" class="bug_removeDate">{{ '去除节假日' }}</span></div>
+                  <div class="bug_manage_div">
+                    <!-- :{{ bug.testCheckTime }} <br> -->
+                    :{{ bug.testCheckTimePurgeNH }} <span v-if="bug.testCheckTimePurgeNH !== null" class="bug_removeDate">{{ '去除节假日' }}</span>
+                  </div>
                 </el-form-item>
                 <el-form-item label="总修复时长">
-                  <div class="bug_manage_div"> :{{ bug.fixTime }} <br> :{{ bug.fixTimePurgeNH }} <span v-if="bug.fixTimePurgeNH !== null" class="bug_removeDate">{{ '去除节假日' }}</span></div>
+                  <div class="bug_manage_div">
+                    <!-- :{{ bug.fixTime }} <br> -->
+                    :{{ bug.fixTimePurgeNH }} <span v-if="bug.fixTimePurgeNH !== null" class="bug_removeDate">{{ '去除节假日' }}</span>
+                  </div>
                 </el-form-item>
               </el-form>
             </el-aside>
@@ -1333,7 +1342,15 @@ export default {
   }
 }
 </script>
-
+<style scoped lang="less">
+.timeForm {
+  width: 100%;
+  /deep/ .el-form-item {
+    display: inline-block;
+    width: 49%;
+  }
+}
+</style>
 <style lang="less">
 .el-tooltip__popper.is-dark {
   background-color: rgba(121,132,150, 0.8);

+ 6 - 2
src/views/projectManage/onlineproblem/detial/index.vue

@@ -172,8 +172,12 @@ export default {
     }
   },
   async mounted() {
-    await this.search()
-    this.getCommentList()
+    if (this.id) {
+      await this.search()
+      this.getCommentList()
+    } else {
+      this.$router.push({ path: '/projectManage/onlineProblemIndex' })
+    }
   },
   methods: {
     async search() {

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

@@ -2,7 +2,7 @@
   <div class="Parent1" style="background-color:#F2F3F6;min-height:calc(100vh - 80px);padding: 0 10px 10px 10px">
     <div class="stylus-head">
       <div class="stylus-title">
-        <span style="font-size: 22px;letter-spacing: 1px;font-weight: 600;color: #333B4A;padding-left: 15px">项目</span>
+        <span style="font-size: 20px;letter-spacing: 1px;font-weight: 600;color: #333B4A;padding-left: 15px">项目</span>
         <div class="new-tab-open">
           <!-- 这个可以放按钮 -->
         </div>

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

@@ -3,7 +3,7 @@
     <div style="width:100%;height:100%;background-color: #F2F3F6;">
       <el-main class="layout_header">
         <div class="layout_header_title">
-          <span style="font-size: 22px;letter-spacing: 1px;font-weight: 600;color: #333B4A;padding-left: 15px">版本</span>
+          <span style="font-size: 20px;letter-spacing: 1px;font-weight: 600;color: #333B4A;padding-left: 15px">版本</span>
           <i class="el-icon-date calendar" @click="link_calendar" />
         </div>
         <div style="height: 1px; width: 100%; background-color: #DCDFE6; color: #EEF0F5; margin: 10px 0;" />

+ 1 - 1
src/views/quality/allStatistics.vue

@@ -51,7 +51,7 @@ export default {
 </script>
 <style scoped lang="less">
 .control-pages {
-  margin: 10px 10px 0 10px;
+  margin: 0px 10px 0 10px;
   padding: 10px 20px 10px 20px;
   border-radius: 4px;
   background-color: #ffffff;