Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jenkins
slm-fileview
Commits
affd5b30
Commit
affd5b30
authored
Aug 23, 2019
by
陈精华
Committed by
kl
Aug 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片和pdf预览模式切换按钮大小调整
parent
30c31289
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
officePicture.ftl
jodconverter-web/src/main/resources/web/officePicture.ftl
+1
-1
pdf.ftl
jodconverter-web/src/main/resources/web/pdf.ftl
+1
-1
No files found.
jodconverter-web/src/main/resources/web/officePicture.ftl
View file @
affd5b30
...
...
@@ -25,7 +25,7 @@
</
#
list>
</div>
<
#
--
<
img
src=
"images/right.png"
style=
"position: fixed; cursor: pointer; top: 40%; right: 60px; z-index: 999;"
alt=
"使用PDF预览"
title=
"使用PDF预览"
onclick=
"changePreviewType('pdf')"
/>
-->
<span
class=
"fa fa-file-pdf-o fa-
5
x"
style=
"position: fixed; cursor: pointer; top: 40%; right: 50px; z-index: 999;"
title=
"使用PDF预览"
onclick=
"changePreviewType('pdf')"
></span>
<span
class=
"fa fa-file-pdf-o fa-
4
x"
style=
"position: fixed; cursor: pointer; top: 40%; right: 50px; z-index: 999;"
title=
"使用PDF预览"
onclick=
"changePreviewType('pdf')"
></span>
<script>
window
.
onload
=
checkImgs
;
window
.
onscroll
=
throttle
(
checkImgs
);
...
...
jodconverter-web/src/main/resources/web/pdf.ftl
View file @
affd5b30
...
...
@@ -20,7 +20,7 @@
<iframe
src=
""
width=
"100%"
frameborder=
"0"
></iframe>
<
#
--
<
img
src=
"images/left.png"
style=
"position: fixed; cursor: pointer; top: 40%; right: 60px; z-index: 999;"
alt=
"使用图片预览"
title=
"使用图片预览"
onclick=
"goForImage()"
/>
-->
<span
class=
"fa fa-file-image-o fa-
5
x"
style=
"position: fixed; cursor: pointer; top: 40%; right: 50px; z-index: 999;"
title=
"使用图片预览"
onclick=
"goForImage()"
></span>
<span
class=
"fa fa-file-image-o fa-
4
x"
style=
"position: fixed; cursor: pointer; top: 40%; right: 50px; z-index: 999;"
title=
"使用图片预览"
onclick=
"goForImage()"
></span>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment