fix: 商品详情图片宽度

This commit is contained in:
Cxpller 2023-10-25 18:37:57 +08:00
parent da8468fe23
commit c13fdf88fd

View File

@ -1,4 +1,5 @@
@import '../../../style/global.wxss';
page {
width: 100vw;
}
@ -224,12 +225,12 @@ page {
.desc-content_box {
max-width: 100% !important;
}
.desc-content_box img{
.desc-content_box [alt] {
width: 100% !important;
max-width: 100% !important;
height: auto;
max-width: 100%;
}
.goods-bottom-operation {