@advisr/vue-draggable-resizable
Version:
Vue2 Component for resizable and draggable elements
1 lines • 1.94 kB
CSS
.vdr{touch-action:none;border:1px dashed #000}.handle,.vdr{position:absolute;box-sizing:border-box}.handle{width:15px;height:15px;background:#eee;border:1px solid #333;z-index:1}.handle-tl{top:-7px;left:-7px;cursor:nw-resize}.handle-tm{top:-7px;left:50%;margin-left:-7px;cursor:n-resize}.handle-tr{top:-7px;right:-7px;cursor:ne-resize}.handle-ml{left:-7px;cursor:w-resize}.handle-ml,.handle-mr{top:50%;margin-top:-7px}.handle-mr{right:-7px;cursor:e-resize}.handle-bl{bottom:-7px;left:-7px;cursor:sw-resize}.handle-bm{bottom:-7px;left:50%;margin-left:-7px;cursor:s-resize}.handle-br{bottom:-7px;right:-7px;cursor:se-resize}.handle-rotate{box-sizing:border-box;position:absolute;width:23px;height:23px;border:1px solid #333;border-radius:50%;z-index:1;background:#eee url('data:image/svg+xml;charset=utf-8,<svg width="15" height="13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.37 9.805l-1.058 1.08a6.014 6.014 0 002.96 1.233V10.58a4.627 4.627 0 01-1.902-.776zM1.544 6.846H.008a6.028 6.028 0 001.224 2.967l1.096-1.095a4.401 4.401 0 01-.784-1.872zm5.249 5.272a6.014 6.014 0 002.959-1.232l-1.08-1.08c-.57.41-1.217.669-1.88.775v1.537zm4.146-3.332l3.46-3.461h-2.334A6.083 6.083 0 006.032 0 6.077 6.077 0 000 5.325h1.537A4.562 4.562 0 016.032 1.52c2.26 0 4.13 1.643 4.496 3.804H7.554l3.385 3.461z" fill="%23000"/></svg>');background-repeat:no-repeat;background-position:4.5px;background-size:15px 13px;top:-50px;left:50%;margin-left:-11px;cursor:ew-resize}.handle-rotate-tooltip{position:absolute;left:40px;top:50%;margin-top:-14px;width:auto;white-space:nowrap;padding:8px 10px;background-color:#333;color:#fff;font-weight:700;border-radius:10%;opacity:.8}.handle-rotate-stick{left:50%;top:-50px;box-sizing:border-box;position:absolute;font-size:1px;border:1px dashed #000;width:0;height:50px}@media only screen and (max-width:768px){[class*=handle-]:before{content:"";left:-10px;right:-10px;bottom:-10px;top:-10px;position:absolute}}