调整编辑按钮样式
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user