Browse Source

修改了页头 过大的问题

la 2 years ago
parent
commit
5a23fca62f

BIN
public/tempImg/fileTitle1.png


BIN
public/tempImg/fileTitle2.png


BIN
public/tempImg/fileTitle3.png


BIN
public/tempImg/fileTitle4.png


BIN
public/tempImg/fileTitle5.png


BIN
public/tempImg/fileTitle6.png


+ 2 - 1
src/views/gwglxt/dbfw/sh/index.vue

@@ -691,10 +691,11 @@ export default {
       }
       let titlePngUrl = this.titlePngUrl;
       let zhangUrl = this.zhangUrl;
+      
       let str = `
       <div class="titleHeader">
           <div style="text-align:center;">
-            <img src="${singleData.gw_title_png}" alt="">
+            <img src="${singleData.gw_title_png}" style="width:100%;" alt="">
           </div>
           <div class="secPart" style="text-align: center;font-size: 16px;border-bottom: 3px solid red;margin-top: 50px;box-sizing: border-box;padding: 10px 0; border-bottom: 3px solid red;">${singleData.gw_zh}</div>
           <h3 style="text-align: center;margin-top:10px;margin-bottom:10px;">${singleData.gw_title}</h3>