فهرست منبع

性能验证报告查询样式调整

zhonghuizhen 6 ماه پیش
والد
کامیت
dd63b40b96
1فایلهای تغییر یافته به همراه17 افزوده شده و 5 حذف شده
  1. 17 5
      src/views/business/performance/xnyzReport.vue

+ 17 - 5
src/views/business/performance/xnyzReport.vue

@@ -15,12 +15,16 @@
     <div class="form-container">
       <div v-if="showForm">
         <el-form id="pdfDom" :model="form" :label-width="formLabelWidth">
+
           <div class="header" id="pdfHeader">
             <div class="title">
               {{ form.fangAnLeiXing || '' }}
             </div>
             <el-button style="width:80px" type="success" @click="getpdf">导出</el-button>
           </div>
+          <div class="subtitle">
+            {{ form.fangAnLeiXing || '' }}
+          </div>
           <experimental-desc
             :step="form.step || ''"
             :criterion="form.criterion || ''"
@@ -246,20 +250,26 @@ export default {
 }
 .form-container {
   flex: 1;
-  padding: 20px;
   overflow-y: auto;
 }
 .title {
-  text-align: center;
   font-size: 20px;
   font-weight: bold;
-  margin-bottom: 20px;
+  color: #606266;
 }
 .header {
   display: flex;
   justify-content: space-between;
   align-items: center;
+  padding-bottom: 10px;
+  border-bottom: 1px solid #dcdfe6;
+}
+.subtitle {
+  text-align: center;
+  font-size: 18px;
+  font-weight: bold;
   margin-bottom: 20px;
+  margin-top: 50px;
 }
 .empty-state {
   display: flex;
@@ -269,10 +279,11 @@ export default {
   color: #909399;
   font-size: 16px;
 }
+
 #pdfDom {
-    padding: 60px 100px;
+    padding: 20px 100px;
     box-sizing: border-box;
-
+    color: #606266;
     .info-container {
       margin-bottom: 20px !important;
     }
@@ -332,6 +343,7 @@ export default {
     }
   }
 
+  
 // 取消当前页面中 el-tree 的边框
 ::v-deep .el-tree {
   border: none;