浏览代码

Merge branch 'develop'

master
Guillaume Bourgeois 1 个月前
父节点
当前提交
d7048c2f26
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      domain/Distribution/Distribution/Export/DistributionShoppingCartLabelsPdfGenerator.php

+ 2
- 2
domain/Distribution/Distribution/Export/DistributionShoppingCartLabelsPdfGenerator.php 查看文件

@@ -182,7 +182,7 @@ class DistributionShoppingCartLabelsPdfGenerator extends AbstractGenerator imple
.shopping-cart-label .point-sale {
font-size: '.$fontSizeArray['pointSale'].'px;
text-transform: uppercase;
margin-bottom: 12px;
margin-bottom: 3px;
}
.shopping-cart-label .products {
@@ -191,7 +191,7 @@ class DistributionShoppingCartLabelsPdfGenerator extends AbstractGenerator imple
.shopping-cart-label .amount-and-payment {
font-size: '.$fontSizeArray['amount'].'px;
margin-top: 15px;
margin-top: 5px;
}
';


正在加载...
取消
保存