chore: 优化拖拽锚点

This commit is contained in:
奔跑的面条 2022-06-11 15:09:42 +08:00
parent 58fee4a86f
commit 3c221345dd

View File

@ -71,11 +71,14 @@ const select = computed(() => {
border-radius: 5px;
background-color: #fff;
transform: translate(-40%, -30%);
&.t,
&.b {
&.t {
width: 30px;
transform: translate(-50%, -50%);
}
&.b {
width: 30px;
transform: translate(-50%, -30%);
}
&.l,
&.r {
height: 30px;