Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用自定义句柄制作了一个可调整大小的 div。一切正常,但想知道是否有办法修改“se”手柄的位置。它的默认位置在 div 内部,而其他句柄位于 div 外部。这是一个例子:
http://jsfiddle.net/digitalaxis/aLxjF/
您可以覆盖css:
.ui-resizable-se { right: -5px; bottom: -5px; }