feat: endpoint二级页面增加asset详情

This commit is contained in:
陈劲松
2020-03-30 16:39:29 +08:00
parent 6bd9e46fad
commit bd41f9414b
5 changed files with 94 additions and 19 deletions

View File

@@ -168,11 +168,10 @@ export const scrollBar = {
},
};
// 底部上滑框窗口控制
export const bottomBoxWindow = {
// 鼠标拖动二级列表
listResize(vm, e) {
console.info(vm);
console.info(e);
let mainListDom = document.querySelector(".main-list-with-sub"); //主列表
let subListDom = document.querySelector(".sub-list"); //副列表
let contentRightDom = document.querySelector(".content-right"); //右侧内容区