fix: 修复搜索框下拉选项位置异常的问题

还有缺陷,待修复
This commit is contained in:
chenjinsong
2020-09-08 19:02:59 +08:00
parent 444e412458
commit 1cc43473cd
3 changed files with 18 additions and 11 deletions

View File

@@ -292,6 +292,7 @@ export const bottomBoxWindow = {
},
showSubListWatch(vm, n) {
vm.bottomBox.inTransform = n;
console.info(vm.bottomBox.inTransform)
if (!n) {
vm.mainTableHeight = vm.$tableHeight.normal; //重置table的高度
vm.tools.toTopBtnTop = vm.$tableHeight.toTopBtnTop;