mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
chore: 优化拖拽锚点
This commit is contained in:
parent
58fee4a86f
commit
3c221345dd
@ -71,11 +71,14 @@ const select = computed(() => {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
transform: translate(-40%, -30%);
|
transform: translate(-40%, -30%);
|
||||||
&.t,
|
&.t {
|
||||||
&.b {
|
|
||||||
width: 30px;
|
width: 30px;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
&.b {
|
||||||
|
width: 30px;
|
||||||
|
transform: translate(-50%, -30%);
|
||||||
|
}
|
||||||
&.l,
|
&.l,
|
||||||
&.r {
|
&.r {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
Loading…
Reference in New Issue
Block a user