Browse Source

fix(css): 修复产品样式高度设置

master
peijunlei 2 weeks ago
parent
commit
e1a8f14469
  1. 2
      public/themes/dist_static/static/css/product.css

2
public/themes/dist_static/static/css/product.css

@ -683,7 +683,7 @@ body.is-p-subnav .site-header {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 100%; width: 100%;
max-height: 18.375rem;
height: 18.375rem;
background: transparent; background: transparent;
} }
.p-related__media img { .p-related__media img {

Loading…
Cancel
Save