Commit 54c60cb861238e32346c3d097f152df780619d67
1 parent
80a1be71
打印
Showing
1 changed file
with
2 additions
and
2 deletions
pages/businessCard/cardPrint.vue
@@ -12,8 +12,8 @@ | @@ -12,8 +12,8 @@ | ||
12 | </uni-section> | 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 | <uni-number-box @change="changeValue" /> | 17 | <uni-number-box @change="changeValue" /> |
18 | </view> | 18 | </view> |
19 | 19 |