Browse Source

6.28公司简介

bulusiLuo 2 years ago
parent
commit
8de2e58664

BIN
dist.rar


+ 4 - 5
src/views/currentSystem/InfoDisclosure/dataile.vue

@@ -34,9 +34,9 @@ export default {
   methods: {
     getContent() {
       let text1 = document.querySelector(".contentText");
-      let str = JSON.parse(JSON.stringify(this.detailObj.content))
-      let str1 =str.replace(`<img`,`<img style='width:100%;'`)
-      // .replace(`<p`,`<p style='text-indent:2em;min-height:48vh;'`)
+      let str = JSON.parse(JSON.stringify(this.detailObj.content));
+      let str1 = str.replace(`<img`, `<img style='width:100%;'`);
+      // .replace(`<p`, `<p style='text-indent:2em;margin: 0;'`);
       text1.innerHTML = str1;
     },
     backFn() {
@@ -63,10 +63,9 @@ export default {
         text-align: justify;
         letter-spacing: 1px;
         font-family: "仿宋";
-        padding: 8px;
+        padding: 0;
         margin: 0;
       }
-      
     }
     .down {
       margin-top: 40px;

+ 1 - 0
src/views/currentSystem/companyProfile/companyProfile.vue

@@ -24,6 +24,7 @@ p {
   // letter-spacing: 5px;
   text-indent: 2em;
   font-size: 18px;
+  line-height: 27px;
   padding: 0;
   margin: 0;
 }