Files
lucky_shop/common/css/mp_html_patch.scss

4 lines
125 B
SCSS

// 修复图片垂直对齐问题,解决两张图片上下有空白缝隙问题
::v-deep ._img {
vertical-align: top;
}