123
chenjingwu
2024-04-23 3affb8b01f55f90cc047d3048e4ec04aad249e9d
force-app/main/default/pages/QLMAttachmentPreview1.page
@@ -1,4 +1,4 @@
<apex:page showheader="false" showquickactionvfheader="false" controller="QLMAttachmentPreviewController">
<apex:page showheader="false" showquickactionvfheader="false" controller="QLMAttachmentPreviewController" lightningStylesheets="true">
<!-- 隐藏原图 展示画布 旋转图片(4个90°)鼠标滚轮伸缩放大放小 (会失帧) -->
    <head>
        <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
@@ -6,7 +6,7 @@
        <apex:includescript value="{!URLFOR($Resource.jquery183minjs)}">
        </apex:includescript>
        <title>
            查看附件
            查看文件
        </title>
        <style>
            * {
@@ -73,7 +73,7 @@
      <!-- 标题 -->
      <div style="height: 40px;background-color:#0f218b;width: 100%;text-align: center;">
          <h1 style="color: white;font-size: 24px;">
              查看附件
              查看文件
          </h1>
      </div>