Forráskód Böngészése

feat: 720yun图清除广告

TwoKe945 1 éve
szülő
commit
f358c9fac8
1 módosított fájl, 5 hozzáadás és 3 törlés
  1. 5 3
      app/src/views/Detail/index.vue

+ 5 - 3
app/src/views/Detail/index.vue

@@ -14,13 +14,15 @@
       </border-panel>
     </div>
     <div style="width: 1000px; position: relative">
-      <div style="height: calc(100% - 325px)">
-        <iframe
+      <div style="height: calc(100vh - 290px);overflow: hidden;">
+        <div style="height: calc(100vh - 290px); overflow: hidden;">
+          <iframe
           ref="box"
           :src="dtData.txdz"
-          style="height: 100%; width: 100%"
+          style="height: 900px; width: 100%;position: relative;top: -200px;"
           v-if="dtData && dtData.txdz && middleType === '720'"
         ></iframe>
+        </div>
         <div style="height: 100%; width: 100%" v-if="middleType === 'map'">
           <Map :data="mapData" v-if="mapData" />
         </div>