فهرست منبع

fix: 印章修改

liujt 1 هفته پیش
والد
کامیت
d7b47aafc2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/bpm/documents/noticeIssuance/components/addOrEdit.vue

+ 1 - 1
src/views/bpm/documents/noticeIssuance/components/addOrEdit.vue

@@ -197,7 +197,7 @@ export default {
                 const y = e.clientY - rect.top + body.scrollTop;
 
                 let w = 200, h = 200;
-                if (data.sealType === 'private') { w = 210; h = 70; }
+                if (data.sealType === 'private') { w = 210; h = 'auto'; }
 
                 const imgHtml = `<img src="${data.url}" class="seal-drag-img"
                   style="position:absolute;left:${Math.max(0, x)}px;top:${Math.max(0, y)}px;width:${w}px;height:${h}px;cursor:move;z-index:10;"