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 {
margin-top: -20px;
height: 100px;
width: 100px;
height: 75%;
/* float: right; */
position: absolute;
display: inline;
+1 -1
View File
@@ -476,10 +476,10 @@
$(element2).addClass("temp-thumb-large");
cornerstone.resize(element2)
cornerstone.resize(element2)
setTimeout(function (){
ocr2($(element2).find("canvas").get(0).toDataURL(), el);
$(element2).removeClass("temp-thumb-large");
cornerstone.resize(element2)
}, 500);
});
+1 -2
View File
@@ -323,8 +323,7 @@ table.table {
.uploading {
margin-top: -20px;
height: 100px;
width: 100px;
height: 75%;
/* float: right; */
position: absolute;
display: inline;