@@ -72,7 +72,7 @@
</block>
<view class="btn-bar">
<button class="admin-button-com big blue" @click="gotoSelectPage">选择花材</button>
- <button v-if="!$util.isEmpty(selectList)" class="admin-button-com big blue" @click="removeSelectProduct" style="margin-left:10rpx;">删除已选</button>
+ <button v-if="!$util.isEmpty(selectList)" class="admin-button-com big blue" @click="removeSelectProduct" style="margin-left:30rpx;">删除已选</button>
</view>