parent
6a2735ec3d
commit
05935c29e1
|
@ -154,6 +154,7 @@ function resetContent() {
|
|||
var thumbnailWidth = $('.thumbnail:first').width();
|
||||
var thumbnailHeight = thumbnailWidth * ratio;
|
||||
$('.thumbnail').height(thumbnailHeight);
|
||||
$('.thumbnail>img').width(thumbnailWidth).height(thumbnailHeight);
|
||||
|
||||
var slideImgContainerWidth = $('.slide-img-container:first').width();
|
||||
var slideImgContainerHeight = slideImgContainerWidth * ratio;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"code": 1,
|
||||
"name": "PPT预览",
|
||||
"totalSize": 0,
|
||||
"totalSize": ${imgurls?size},
|
||||
"curPage": 1,
|
||||
"totalPage": 1,
|
||||
"pageSize": 10,
|
||||
|
|
Loading…
Reference in New Issue