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

修改长图文样式

xiaohaizhao 1 éve
szülő
commit
fbc0ee2963
1 módosított fájl, 7 hozzáadás és 2 törlés
  1. 7 2
      packageA/advertising/modules/page.vue

+ 7 - 2
packageA/advertising/modules/page.vue

@@ -81,10 +81,15 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" >
+image,
+img {
+    display: block;
+    vertical-align: bottom;
+}
+
 .image {
     width: 100vw;
-    margin-top: 10px;
 }
 
 .image:first-child {