|
|
@@ -31,10 +31,10 @@
|
|
|
</view>
|
|
|
</t-td>
|
|
|
<t-td>
|
|
|
- <input type="digit" v-model="productItem.showUsePrice" class="inp-input" placeholder="价格" style="border:1upx solid #CCCCCC;font-size:26upx;color:black;height:40px;" />
|
|
|
+ <input type="digit" v-model="productItem.showUsePrice" class="inp-input" placeholder="价格" style="border:1upx solid #CCCCCC;font-size:26upx;color:black;width:110upx;height:40px;" />
|
|
|
</t-td>
|
|
|
<t-td>
|
|
|
- <input type="number" v-model="productItem.bigCount" class="inp-input" placeholder="数量" style="border:1upx solid #CCCCCC;font-size:26upx;color:black;width:100upx;height:40px;" />
|
|
|
+ <input type="number" v-model="productItem.bigCount" class="inp-input" placeholder="数量" style="border:1upx solid #CCCCCC;font-size:26upx;color:black;width:95upx;height:40px;" />
|
|
|
</t-td>
|
|
|
<t-td>
|
|
|
<button @click="tjItem(productItem)" class="admin-button-com blue mini-btn">添加</button>
|