fix:样式问题修复

This commit is contained in:
下羊 2020-03-17 17:08:13 +08:00
parent 791c9ca3ff
commit a9ae451e9d

View File

@ -16,7 +16,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
z-index: 99; z-index: 999;
} }
&.draggable { &.draggable {
.drag-area { .drag-area {
@ -41,7 +41,7 @@
} }
&.left { &.left {
&.floatable { &.floatable {
left: 48px; left: 50px;
} }
} }
&.right { &.right {