update 0.11.3

This commit is contained in:
hufeixiong
2022-01-04 12:15:09 +08:00
parent e95eadcc5e
commit 143dceb690
13 changed files with 79 additions and 10 deletions

View File

@@ -72,6 +72,7 @@
}
.yh_block_focus {
cursor: move;
&::before {
position: absolute;
top: -3px;
@@ -203,3 +204,16 @@
cursor: grab;
font-size: 20px;
}
.rotatereset {
position: absolute;
top: -35px;
left: calc(100% - 15px);
cursor: pointer;
font-size: 20px;
color: gray;
}
.yh_container_wrapper {
&:hover {
cursor: grab;
}
}