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