.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user