拎壶冲 пре 6 месеци
родитељ
комит
86d2d4ad0e
2 измењених фајлова са 5 додато и 4 уклоњено
  1. 4 3
      src/views/hl/check/index.vue
  2. 1 1
      src/views/hl/check/widget/nCheckReport.vue

+ 4 - 3
src/views/hl/check/index.vue

@@ -27,15 +27,16 @@
             </el-progress>
         </span>
         <span class="check-progress" v-else>
-            <span class="t-span" style="font-size: 14px;font-weight: 400" v-show="nowCheck.checkResult">
+            <span class="t-span" style="font-size: 14px;font-weight: 400;text-align: center;width: 100%;"
+                  v-show="nowCheck.checkResult">
               {{ nowCheck.checkResult }}
             </span>
         </span>
         <span>
           <span v-show="checkTime" class="check-time">
             <span v-if="checkFlag" style="margin-right: 10px">
-              <el-button  size="small" @click="handleDialog('setting')" icon="Setting">巡检记录配置</el-button>
-              <el-button  size="small" @click="handleDialog('report')" icon="Document">
+              <el-button size="small" @click="handleDialog('setting')" icon="Setting">巡检记录配置</el-button>
+              <el-button size="small" @click="handleDialog('report')" icon="Document">
                 巡查报告查看
               </el-button>
             </span>

+ 1 - 1
src/views/hl/check/widget/nCheckReport.vue

@@ -1,7 +1,7 @@
 <template>
   <div style="margin-top: -20px">
     <div style="margin-bottom:10px;text-align: right">
-      <el-button icon="Download" @click="exportReport">导出报告</el-button>
+      <el-button icon="Download" @click="exportReport" size="small">导出报告</el-button>
     </div>
     <el-table :data="reportData" style="width: 100%;" border :span-method="spanMethod">
       <el-table-column prop="className" label="分类" width="180" align="center"/>