Browse Source

日志增强放大查看

tags/v1.22.11.1^2
zhoupzh 3 years ago
parent
commit
4b77e3422f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      web_src/js/features/cloudbrainShow.js

+ 0
- 1
web_src/js/features/cloudbrainShow.js View File

@@ -15,7 +15,6 @@ export default async function initCloudrainSow() {
}

function logScroll(version_name, repoPath, ID, max = "", lines = 60) {
console.log("----------");
let container = document.querySelector(`#log${max}${version_name}`);
let scrollTop = container.scrollTop;
let scrollHeight = container.scrollHeight;


Loading…
Cancel
Save