fix(css): 修复商品详情中,两张上下图片出现空白缝隙的问题
This commit is contained in:
@@ -874,3 +874,5 @@ scroll-view ::-webkit-scrollbar {
|
||||
display: inline-block;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
@import './mp_html_patch.scss';
|
||||
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