洪海涛 4 年之前
父节点
当前提交
f71dd8551d

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/PushAndBanck.vue

@@ -101,6 +101,6 @@ export default {
 }
 .fontWeight {
   // color: #333;
-  font-weight: 500;
+  font-weight: 600;
 }
 </style>

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/SubTitle.vue

@@ -121,6 +121,6 @@ export default {
 }
 .fontWeight {
   color: #333;
-  font-weight: 500;
+  font-weight: 600;
 }
 </style>

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/core.vue

@@ -48,7 +48,7 @@
         }"
         v-html="headerTitle"
       />
-      <span v-if="baseData.title.search(/延期|发布&回滚/) > -1">。</span><Refresh v-if="pageDate && pageDate.status < 20" slot="refresh" :title="baseData.title" :dom-key="baseData.domKey" /><span><el-button v-if="headerTitle.indexOf('线下缺陷') > -1 && pageDate.status < 20" type="text" style="margin-left: 5px" @click.stop="marking">标记</el-button></span>
+      <span v-if="baseData.title.search(/延期|发布&回滚/) > -1">。</span><Refresh v-if="pageDate && pageDate.status < 20" slot="refresh" :title="baseData.title" :dom-key="baseData.domKey" /><span><el-button v-if="headerTitle.indexOf('线下缺陷') > -1 && pageDate.status < 20" type="text" style="margin-left: 5px;font-weight: 400;" @click.stop="marking">标记</el-button></span>
       <span v-if="baseData.title.search(/提测打回/) > -1">。</span>
     </div>
     <div