调整编辑按钮样式

This commit is contained in:
X1627315083
2026-01-26 15:11:03 +08:00
parent 68067aa777
commit a6b0a60eb6

View File

@@ -623,7 +623,15 @@ export default defineComponent({
opacity: 0;
}
:deep(.moveable-control){
width: 1.4rem;
height: 1.4rem;
border-radius: 0;
background-color: #44aaff;
border: 2px solid #44aaff;
&.moveable-ne,&.moveable-se,&.moveable-sw,&.moveable-nw{
border: 2px solid #44aaff;
background-color: #ffff;
}
}
:deep(.moveable-rotation-control){
border-radius: 50%;