Browse Source

office图片&PDF预览背景色统一

pull/9/head
陈精华 6 years ago committed by kl
parent
commit
53814fe6ab
  1. 5
      jodconverter-web/src/main/resources/web/officePicture.ftl

5
jodconverter-web/src/main/resources/web/officePicture.ftl

@ -6,7 +6,8 @@
<script src="js/lazyload.js"></script>
<style>
.container{
width:100%;
width: 100%;
height: 100%;
}
.img-area{
text-align: center
@ -14,7 +15,7 @@
</style>
</head>
<body>
<body bgcolor="#404040">
<div class="container">
<#list imgurls as img>
<div class="img-area">

Loading…
Cancel
Save