Commit afcf948ddfa06668a18f1552859c7280cd8e63e8

Authored by chenbiao
2 parents b42d4437 b76f7e00

Merge remote-tracking branch 'origin/branch' into branch

pages/businessCard/cardPrint.vue
... ... @@ -12,8 +12,8 @@
12 12 </uni-section>
13 13  
14 14  
15   - <view style="padding: 15px">
16   - 二维码有效期:(自打印时间算起)
  15 + <view class="paddinglr30 bg-white" style="margin-top: 10px;padding-top: 10px;padding-bottom: 10px;">
  16 + <text style="float: left;margin-right: 15px;line-height: 29px;">打印张数:</text>
17 17 <uni-number-box @change="changeValue" />
18 18 </view>
19 19  
... ...