ellisran hace 4 días
padre
commit
5fadfd07ff
Se han modificado 3 ficheros con 6 adiciones y 6 borrados
  1. 2 2
      app/view/profile/netcasign.ejs
  2. 3 3
      app/view/profile/sign.ejs
  3. 1 1
      app/view/setting/user_unit.ejs

+ 2 - 2
app/view/profile/netcasign.ejs

@@ -15,7 +15,7 @@
                 </nav>
                 <% } %>
                 <div class="row m-0">
-                    <div class="col-9 my-3">
+                    <div class="col-10 my-3">
                         <% if (!signData) { %>
                             <div id="set_ukey" class="form-group">
                                 <label>网证通UKey</label>
@@ -54,7 +54,7 @@
                                 <div class="form-group show-upload" style="display: none">
                                     <label>上传签名图</label>
                                     <input type="file" class="form-control-file" id="netcasign-upload">
-                                    <small class="form-text text-danger">图片大小为600x300,格式PNG透明背景。</small>
+                                    <small class="form-text text-danger">建议签名图片大小为160x160px,四边满版裁切、无留白,格式PNG透明背景(适用于报表打印,签章直径为4.2厘米的情况)</small>
                                 </div>
                                 <div class="form-group show-qrcode">
                                     <label>在线手写签名</label>

+ 3 - 3
app/view/profile/sign.ejs

@@ -15,7 +15,7 @@
                 </nav>
                 <% } %>
                 <div class="row m-0">
-                    <div class="col-5 my-2">
+                    <div class="col-10 my-2">
                         <!--账号资料-->
                         <form>
                             <div class="pb-2"><b>签字管理</b></div>
@@ -32,7 +32,7 @@
                             <div class="form-group show-upload" style="display: none">
                                 <label>上传签名图</label>
                                 <input type="file" class="form-control-file" id="sign-upload">
-                                <small class="form-text text-danger">图片大小为600x300,格式PNG透明背景。</small>
+                                <small class="form-text text-danger">建议签名图片大小为160x160px,四边满版裁切、无留白,格式PNG透明背景(适用于报表打印,签章直径为4.2厘米的情况)</small>
                             </div>
                             <div class="form-group show-qrcode">
                                 <label>在线手写签名</label>
@@ -44,7 +44,7 @@
                             <div class="form-group">
                                 <label for="stamp">上传签章(最多上传5个)</label>
                                 <input type="file" class="form-control-file" multiple id="stamp-upload">
-                                <small class="form-text text-danger">图片大小为600x300,格式PNG透明背景。</small>
+                                <small class="form-text text-danger">建议签章图片大小为160x160px,四边满版裁切、无留白,格式PNG透明背景(适用于报表打印,签章直径为4.2厘米的情况)</small>
                                 <small class="form-text text-danger">点击预览签章图片上删除按钮,即可移除签章</small>
                             </div>
                             <!--<button type="button" class="btn btn-sm btn-danger" id="delete-stamp">移除签章</button>-->

+ 1 - 1
app/view/setting/user_unit.ejs

@@ -104,7 +104,7 @@
                                 <div <% if (unitList[0].sign_path) { %>style="display: none" <% } %> id="upload-sign" class="form-group">
                                     <label for="sign-upload">上传签章</label>
                                     <input type="file" class="form-control-file" id="sign-upload">
-                                    <small class="form-text text-danger">图片大小为500x500px,格式PNG透明背景。</small>
+                                    <small class="form-text text-danger">建议签章图片大小为160x160px,四边满版裁切、无留白,格式PNG透明背景(适用于报表打印,签章直径为4.2厘米的情况)</small>
                                 </div>
                                 <button <% if (!unitList[0].sign_path) { %>style="display: none" <% } %> type="button" class="btn btn-sm btn-danger" id="delete-sign">移除签章</button>
                                 <div class="form-group">