Commit e8beb6cb authored by liangjf's avatar liangjf

feat: 修改office/pdf图片显示按钮显示

parent 82c7b596
...@@ -32,10 +32,7 @@ ...@@ -32,10 +32,7 @@
<div class="container"> <div class="container">
<img src="images/sorry.jpg" /> <img src="images/sorry.jpg" />
<span> <span>
该文件类型(${file.suffix?html})系统暂时不支持在线预览,<b>说明</b> 该文件类型(${file.suffix?html})系统暂时不支持在线预览
<p style="color: red;">${msg}</p>
有任何疑问,请加&nbsp;<a href="https://jq.qq.com/?_wv=1027&k=5c0UAtu">官方QQ群:613025121</a>&nbsp;咨询
</span> </span>
</div> </div>
</body> </body>
......
...@@ -27,9 +27,6 @@ ...@@ -27,9 +27,6 @@
</div> </div>
</#list> </#list>
</div> </div>
<#if "false" == switchDisabled>
<img src="images/pdf.svg" width="63" height="63" style="position: fixed; cursor: pointer; top: 40%; right: 48px; z-index: 999;" alt="使用PDF预览" title="使用PDF预览" onclick="changePreviewType('pdf')"/>
</#if>
<script> <script>
window.onload = function () { window.onload = function () {
/*初始化水印*/ /*初始化水印*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment