perf: mibbrowser-model下拉的focus颜色改为灰等

1.mibbrowser-model下拉的focus颜色改为灰
2.result-table查询后改为追加到底部
This commit is contained in:
陈劲松
2020-04-20 12:06:59 +08:00
parent fc5e3e846a
commit 6c0dc58446
3 changed files with 11 additions and 10 deletions

View File

@@ -109,9 +109,6 @@ export const scrollBar = {
} else if (arg == "legend") {
el = el.querySelector(".legend-container");
!el && console.warn("未发现className为legend-container的dom");
} else if (arg == "table") {
el = el.querySelector(".table-scroll");
!el && console.warn("未发现className为table-scroll的dom");
}
// 启用x轴后不让原生滚动条出来作乱
@@ -160,9 +157,6 @@ export const scrollBar = {
}else if(arg==="metric-label-cascader"){
el = el.querySelector(".el-cascader__tags");
!el && console.warn("未发现className为el-cascader__tags的dom");
} else if (arg == 'table') {
el = el.querySelector(".table-scroll");
!el && console.warn("未发现className为table-scroll的dom");
}
setTimeout(() => {
el.classList.add("ps");