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.
我正在尝试找到一种方法来拖动和重新定位位于另一个(更大)图像下方的图像。所以基本上我想让框架完全忽略顶部图像。我试过让它不可拖动,但它仍然覆盖了底部图像并阻止我调整它的大小。有人对此有好运吗?
如果两个图像在同一层,那么您可以更改 z-index 并在单击时将图像移动到前面。(.moveToTop())
如果没有,那么您必须在单击时更改图层的 z-index,以便较大的图像不会覆盖较小的图像。