zao

Results 3 comments of zao

可以用calc来计算,这样代码少一点 .parent { border: 1px solid; width: 1000px; height: 1000px; } .child { position: relative; border: 1px solid; width: 100px; height: 100px; top: calc(50% - 50px); left: calc(50% - 50px);...

![20240430175003_rec_](https://github.com/clauderic/dnd-kit/assets/33866716/db6dbd25-5147-47f2-a281-ce616655088f) I use re-resizable and dnd-kit to get the effect you want