vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

样式冲突 [class*=handle-]:before

Open LMGO opened this issue 6 months ago • 0 comments

`

`

@media only screen and (max-width: 768px) {[class*= handle- ]:before { content: ""; left: -10px; right: -10px; bottom: -10px; top: -10px; position: absolute; }

此样式容易和其他第三方库,存在冲突覆盖,引发一些异常

Image

LMGO avatar Apr 21 '25 07:04 LMGO