UNPKG
zyy-free-layout
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
[vue3+ts]自由拖动布局
zyy-free-layout
/
dist
/
zyy-free-layout.esm.css
14 lines
(13 loc)
•
201 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.free-layout
{
position
: relative; }
.drag_container
{
position
: absolute;
top
:
0
;
left
:
0
; }
.moving
{ -webkit-
user-select
: none; -moz-
user-select
: none;
user-select
: none; }