.vue-resize-warp .handle{box-sizing:border-box;position:absolute;width:10px;height:10px;background:#eee;border:1px solid #333}.vue-resize-warp .handle.handle-tl{top:-10px;left:-10px;cursor:nw-resize}.vue-resize-warp .handle.handle-tm{top:-10px;left:50%;margin-left:-5px;cursor:n-resize}.vue-resize-warp .handle.handle-tr{top:-10px;right:-10px;cursor:ne-resize}.vue-resize-warp .handle.handle-mr{top:50%;margin-top:-5px;right:-10px;cursor:e-resize}.vue-resize-warp .handle.handle-br{bottom:-10px;right:-10px;cursor:se-resize}.vue-resize-warp .handle.handle-bm{bottom:-10px;left:50%;margin-left:-5px;cursor:s-resize}.vue-resize-warp .handle.handle-bl{bottom:-10px;left:-10px;cursor:sw-resize}.vue-resize-warp .handle.handle-ml{top:50%;margin-top:-5px;left:-10px;cursor:w-resize}.vue-drag-warp{position:absolute;cursor:default;color:#000;max-width:100%;max-height:100%}.vue-line-warp{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.vue-line-warp .x-line{width:100vw;height:1px}.vue-line-warp .x-line,.vue-line-warp .y-line{position:absolute;background-color:rgba(25,143,255,.6)}.vue-line-warp .y-line{height:100vh;width:1px}