Browse Source

fix issue

tags/v1.22.4.2^2
zhoupzh 3 years ago
parent
commit
8a6a9cfbeb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      templates/repo/modelarts/trainjob/show.tmpl

+ 0
- 1
templates/repo/modelarts/trainjob/show.tmpl View File

@@ -900,7 +900,6 @@ td, th {
}
function scrollAnimation(dom, currentY, targetY, currentX) {
let needScrollTop = targetY - currentY;
console.log("---------",needScrollTop)
let _currentY = currentY;
setTimeout(() => {
// 一次调用滑动帧数,每次调用会不一样


Loading…
Cancel
Save