Kaynağa Gözat

图片自适应

bding 10 ay önce
ebeveyn
işleme
884ec9cfd3
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      src/views/report/disseminatePage.vue

+ 2 - 4
src/views/report/disseminatePage.vue

@@ -30,15 +30,13 @@ watch(
 <style lang="scss" scoped>
 .container-disseminate {
   width: 100%;
-  height: 100vh;
+  height: auto;
   display: flex;
   justify-content: center;
-  overflow: hidden;
-  overflow: auto;
   img {
     margin-left: -50px;
     width: 820px;
-    height: 1401px;
+    height: 100%;
   }
 }
 </style>