* Fix block default left and top bug. bug #45428.

This commit is contained in:
wangyuting
2024-01-29 09:21:28 +08:00
parent 604dc94c0a
commit 32ff2b515e
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -39,7 +39,6 @@ window.onRenderCell = function(result, {row, col})
{
caseLink = $.createLink('testcase', 'view', "caseID=" + row.data.case + "&version=" + row.data.caseVersion);
result.push({html: '<a href="' + caseLink + '"class="text-gray" title="' + row.data.case + '">[' + caseCommonLang + '#' + row.data.case + ']</a>'});
}
}