This commit is contained in:
Ross
2021-11-12 13:23:12 +00:00
parent cb652a06c1
commit 4956d3fafc
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -323,8 +323,7 @@ table.table {
.uploading { .uploading {
margin-top: -20px; margin-top: -20px;
height: 100px; height: 75%;
width: 100px;
/* float: right; */ /* float: right; */
position: absolute; position: absolute;
display: inline; display: inline;
+1 -1
View File
@@ -476,10 +476,10 @@
$(element2).addClass("temp-thumb-large"); $(element2).addClass("temp-thumb-large");
cornerstone.resize(element2) cornerstone.resize(element2)
cornerstone.resize(element2)
setTimeout(function (){ setTimeout(function (){
ocr2($(element2).find("canvas").get(0).toDataURL(), el); ocr2($(element2).find("canvas").get(0).toDataURL(), el);
$(element2).removeClass("temp-thumb-large"); $(element2).removeClass("temp-thumb-large");
cornerstone.resize(element2)
}, 500); }, 500);
}); });
+1 -2
View File
@@ -323,8 +323,7 @@ table.table {
.uploading { .uploading {
margin-top: -20px; margin-top: -20px;
height: 100px; height: 75%;
width: 100px;
/* float: right; */ /* float: right; */
position: absolute; position: absolute;
display: inline; display: inline;