Przeglądaj źródła

修改长图文样式

xiaohaizhao 1 rok temu
rodzic
commit
fbc0ee2963
1 zmienionych plików z 7 dodań i 2 usunięć
  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 {