全局样式
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="confirm-button-wrap">
|
||||
<button class="confirm-button" @tap="toDelect">清空</button>
|
||||
<button class="confirm-button" @tap="toSelect">选择订单</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !index1 || !val1 || dataList.length === 0}" :disabled="disabled" @tap="toSure">入库确认</button>
|
||||
<view class="search-item flexend">
|
||||
<button class="confirm-button" @tap="toDelect">清空</button>
|
||||
<button class="confirm-button" @tap="toSelect">选择订单</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !index1 || !val1 || dataList.length === 0}" :disabled="disabled" @tap="toSure">入库确认</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="grid-wrap">
|
||||
@@ -143,3 +143,12 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
@import '../../common/style/mixin.styl';
|
||||
.search-item
|
||||
&:nth-child(1),&:nth-child(2)
|
||||
width 30%
|
||||
&:nth-child(3)
|
||||
width 36%
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user