Browse Source

优化报告

qinzhipeng_v 5 years ago
parent
commit
ea76b5b42e

+ 3 - 0
src/views/projectManage/bugList/details/index.vue

@@ -1617,6 +1617,9 @@ border-color: #DCDFE6;
 .bug-detail >>> .el-upload--picture-card {
   border: none;
 }
+.bug-detail >>> .el-input--mini .el-input__icon {
+    line-height: 41px;;
+}
 >>> .el-upload--picture-card {
   display: none;
 }

+ 1 - 0
src/views/reportManagement/ReleaseReport/releaePreview.vue

@@ -187,6 +187,7 @@ export default {
     font-weight: bold;
     border-radius: 4px;
     margin: 20px 0;
+     color:#409EFF;
   }
   .report-margin {
     margin-left: 20px;

+ 1 - 0
src/views/reportManagement/Testing/TestingPreview.vue

@@ -209,6 +209,7 @@ export default {
     font-weight: bold;
     border-radius: 4px;
     margin: 15px 0;
+     color:#409EFF;
   }
   .report-margin {
     margin-bottom: 20px;