|
@@ -15,7 +15,7 @@
|
|
|
>
|
|
|
</p>
|
|
|
|
|
|
- <img class="logo" :src="configInfo.ReportLogo" alt="" v-if="configInfo.ReportLogo"/>
|
|
|
+ <!-- <img class="logo" :src="configInfo.ReportLogo" alt="" v-if="configInfo.ReportLogo"/> -->
|
|
|
</header>
|
|
|
<div
|
|
|
style="
|
|
@@ -217,7 +217,7 @@ export default {
|
|
|
updated() {
|
|
|
$("#resetcss")
|
|
|
.find("img")
|
|
|
- .css({ display: "block", margin: "0 auto", maxWidth: "100%" });
|
|
|
+ .css({ display: "block", margin: "0 auto", maxWidth: "100%",height:'auto' });
|
|
|
$("#resetcss")
|
|
|
.find("video")
|
|
|
.css({ display: "block", margin: "0 auto", maxWidth: "100%" });
|