1、左边侧边栏显示总页码显示为0

2、修改左屏幕分辨率过高,显示图片过大。
This commit is contained in:
1192247166@qq.com 2022-01-26 11:38:12 +08:00
parent 6a2735ec3d
commit 05935c29e1
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -2,7 +2,7 @@
{
"code": 1,
"name": "PPT预览",
"totalSize": 0,
"totalSize": ${imgurls?size},
"curPage": 1,
"totalPage": 1,
"pageSize": 10,