fix(css): 修复商品详情中,两张上下图片出现空白缝隙的问题
This commit is contained in:
1754
common/css/main.scss
1754
common/css/main.scss
File diff suppressed because one or more lines are too long
4
common/css/mp_html_patch.scss
Normal file
4
common/css/mp_html_patch.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
// 修复图片垂直对齐问题,解决两张图片上下有空白缝隙问题
|
||||
/deep/ ._img {
|
||||
vertical-align: top;
|
||||
}
|
||||
Reference in New Issue
Block a user