Explorar el Código

修改长图文样式

xiaohaizhao hace 1 año
padre
commit
fbc0ee2963
Se han modificado 1 ficheros con 7 adiciones y 2 borrados
  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 {