.
This commit is contained in:
@@ -323,8 +323,7 @@ table.table {
|
||||
|
||||
.uploading {
|
||||
margin-top: -20px;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
height: 75%;
|
||||
/* float: right; */
|
||||
position: absolute;
|
||||
display: inline;
|
||||
|
||||
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
@@ -323,8 +323,7 @@ table.table {
|
||||
|
||||
.uploading {
|
||||
margin-top: -20px;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
height: 75%;
|
||||
/* float: right; */
|
||||
position: absolute;
|
||||
display: inline;
|
||||
|
||||
Reference in New Issue
Block a user