Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

图片缩放功能 完全无法正常使用 #116

Open
lovelyelfpop opened this issue Mar 21, 2019 · 3 comments
Open

图片缩放功能 完全无法正常使用 #116

lovelyelfpop opened this issue Mar 21, 2019 · 3 comments

Comments

@lovelyelfpop
Copy link

图片缩放功能 完全无法正常使用,都不知道怎么描述,为什么没人发现呢?
明明按住右下角,往右下角拖拽,结果图片变小,还不受控制

@lovelyelfpop
Copy link
Author

解决办法:
neditor.all.js 里面找到如下注册css的地方:

.edui-editor-imagescale{display:none;position:absolute;border:1px solid #38B2CE;cursor:hand;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

把3个
改成 border-box 改成 content-box

@tianhuo1990
Copy link

你好,我的2.0版本发现以上代码部分原本已经是用content-box,但仍然是出现了这个缩放问题,请问楼主有其他方式修复吗

@tianhuo1990
Copy link

\neditor_src\plugins\fiximgclick.js
已解决,需要把这个文件里面的
".edui-editor-imagescale{display:none;position:absolute;border:1px solid #38B2CE;cursor:hand;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}" +
这里也改为content-box才行

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants