Commit 5a0dd3a48c36c2b5127f4a638003fd03975c9425
1 parent
e1a6fc48
Ntr
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
@@ -306,7 +306,7 @@ | @@ -306,7 +306,7 @@ | ||
306 | 306 | ||
307 | ?> | 307 | ?> |
308 | <?= Html::a(\common\components\artboximage\ArtboxImageHelper::getImage($event->getImageUrl('banner'), 'banner_list'),Url::to(['event/sale','percent'=>$event->percent]),[ | 308 | <?= Html::a(\common\components\artboximage\ArtboxImageHelper::getImage($event->getImageUrl('banner'), 'banner_list'),Url::to(['event/sale','percent'=>$event->percent]),[ |
309 | - 'style' =>"top:$top;" | 309 | + 'style' =>"top:$top px;" |
310 | ]); | 310 | ]); |
311 | 311 | ||
312 | $top = $top - 20; ?> | 312 | $top = $top - 20; ?> |