|
|
@@ -2,14 +2,15 @@
|
|
|
<view class="app-content">
|
|
|
<view class="billing_box_bg">
|
|
|
<view class="input-wrap" >
|
|
|
- <view style="padding:0upx 0upx 0upx 0upx;margin-right:10upx;" >
|
|
|
+ <view style="padding:0upx 0upx 0upx 0upx;margin-right:15upx;" >
|
|
|
<button class="admin-button-com middle blue" @click="selectFlowerNumFn()">图片分类</button>
|
|
|
</view>
|
|
|
<view class="search-bar">
|
|
|
<app-search-module ref="globalSearchRef" v-model="globalPy" placeholder="这里搜索" @input="globalSearch" />
|
|
|
</view>
|
|
|
- <view style="float:right;">
|
|
|
- <button class="admin-button-com middle blue" @click="removeFromSave(option.customId)">清除花材</button>
|
|
|
+ <view style="float:right;margin-left:15upx;">
|
|
|
+ <button class="admin-button-com middle blue" @click="confirmToSave" style="margin-right:10upx;">选好了</button>
|
|
|
+ <button class="admin-button-com middle blue" @click="removeFromSave(option.customId)">清空所选</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
|