fix: 修改底弹窗的 时间组件 在高度不够时 向上显示

This commit is contained in:
zhangyu
2022-10-10 10:19:14 +08:00
parent f4b688db1d
commit f6c482c2ec
6 changed files with 39 additions and 8 deletions

View File

@@ -214,9 +214,9 @@ export default {
bottomBoxWindow.exitFullScreen(vm)
},
// 鼠标拖动二级列表
listResize (e) {
listResize (e, cb) {
const vm = this
bottomBoxWindow.listResize(vm, e)
bottomBoxWindow.listResize(vm, e, cb)
},
showBottomBox (targetTab, row) {
this.sign = row.id