|
@@ -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>-->
|