Procházet zdrojové kódy

文物图片也能全屏

shaogen1995 před 3 roky
rodič
revize
8ede59993d
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      web/src/views/gui/compomemt/antique.vue

+ 2 - 1
web/src/views/gui/compomemt/antique.vue

@@ -74,7 +74,7 @@
         <iframe :src="mySrc" frameborder="0"></iframe>
         </div>
         <!-- 全屏按钮 -->
-        <div class="full" @click="screen" v-if="txtInfo.type === 'model'">
+        <div class="full" @click="screen">
           <img src="@/assets/img/tab3FullX.png" alt="" v-if="fullscreen" />
           <img src="@/assets/img/tab3Full.png" alt="" v-else />
         </div>
@@ -419,6 +419,7 @@ export default {
     background-size: 100% 100%;
     display: flex;
     .ifrCon {
+      background-color: #d9d9d9;
       position: relative;
       width: 558px;
       height: 478px;