@@ -2,7 +2,7 @@
<view class="printTag">
<view class="print-nums flex flex_column align_center justify_center">
<view>打印数量</view>
- <view class="uinput">
+ <view class="u-ninput">
<u-number-box :min="1" color="#000" bg-color="#fff" size="30" :input-height="70" :input-width="100"></u-number-box>
</view>
@@ -57,7 +57,7 @@
> view{
padding: 20rpx 0;
}
- .uinput{
+ .u-ninput{
border: 2rpx solid #eee;
border-radius: 50rpx;
padding: 0 20rpx;