瀏覽代碼

修改长图文样式

xiaohaizhao 1 年之前
父節點
當前提交
fbc0ee2963
共有 1 個文件被更改,包括 7 次插入2 次删除
  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 {