|
|
@@ -210,7 +210,7 @@
|
|
|
<view class="app-modal-input-wrap">
|
|
|
<view class="inp-list-line">
|
|
|
<view class="line-input" style="justify-content: center;margin-top: 30upx;margin-bottom: 30upx;">
|
|
|
- <button class="admin-button-com big" :class="clearStockOption === 1 ? 'blue' : 'default'" @click="clearStockOption = 1" style="margin-right:20upx;">清除库存</button>
|
|
|
+ <button class="admin-button-com big" :class="clearStockOption === 1 ? 'blue' : 'default'" @click="clearStockOption = 1" style="margin-right:50upx;">清除库存</button>
|
|
|
<button class="admin-button-com big" :class="clearStockOption === 0 ? 'blue' : 'default'" @click="clearStockOption = 0">不清库存</button>
|
|
|
</view>
|
|
|
</view>
|