滚动问题
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
</view>
|
||||
<!-- 二级表格start -->
|
||||
<view v-if="e.subData.length > 0" class="zd-sec-wraper pd0">
|
||||
<view class="table-wrap">
|
||||
<view class="table-wrap" :style="{height: e.subData.length >= 5 ? '230px' : (30 + 40 * e.subData.length) + 'px'}" @touchmove="handleInnerScroll">
|
||||
<table class="grid-table">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -251,6 +251,9 @@
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
handleInnerScroll(event) {
|
||||
event.stopPropagation()
|
||||
},
|
||||
// 仓库下拉框
|
||||
async _getWarehouseInfo () {
|
||||
let res = await getWarehouseInfo()
|
||||
@@ -584,11 +587,6 @@
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
@import '../../common/style/mixin.styl';
|
||||
.pop-wraper
|
||||
width 90%
|
||||
left 5%
|
||||
.pop-grid-wraper
|
||||
width 100%
|
||||
.mgr30
|
||||
margin-right 30rpx
|
||||
.select_wraper
|
||||
|
||||
Reference in New Issue
Block a user