guhongwei 4 years ago
parent
commit
606915b713

+ 3 - 0
src/views/technical/detail/inddetail.vue

@@ -71,6 +71,9 @@ export default {
   .detailcontext {
     padding: 20px 0;
     min-height: 370px;
+    p {
+      font-size: 18px;
+    }
   }
   .development {
     height: 50px;

+ 4 - 1
src/views/technical/detail/parts/questionInfo.vue

@@ -18,7 +18,7 @@
         <el-col :span="24" class="content">
           <p v-html="info.content"></p>
         </el-col>
-        <el-col :span="24" class="link">
+        <el-col :span="24" class="link" v-if="info.file_path">
           <el-link :href="info.file_path" :underline="false">附件下载</el-link>
         </el-col>
       </el-col>
@@ -74,6 +74,9 @@ export default {
   }
   .content {
     margin: 0 0 15px 0;
+    p {
+      font-size: 18px;
+    }
   }
   .link {
     margin: 0 0 15px 0;

+ 3 - 3
src/views/technical/list/export.vue

@@ -103,15 +103,15 @@ export default {
       border-bottom: 1px dashed #000;
       padding: 11px 0;
       .title {
-        font-size: 16px;
+        font-size: 18px;
         font-weight: bold;
       }
       .date {
         text-align: right;
-        font-size: 16px;
+        font-size: 18px;
       }
       .orgin {
-        font-size: 16px;
+        font-size: 18px;
         margin: 10px 0 0 0;
       }
     }