jack hai 17 horas
pai
achega
36e1519be2
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      src/views/components/element/FrameElement/index.vue

+ 6 - 0
src/views/components/element/FrameElement/index.vue

@@ -85,6 +85,7 @@ const handleSelectElement = (e: MouseEvent | TouchEvent, canMove = true) => {
   width: 100%;
   height: 100%;
   cursor: move;
+  overflow: hidden;
 }
 .drag-handler {
   position: absolute;
@@ -121,4 +122,9 @@ const handleSelectElement = (e: MouseEvent | TouchEvent, canMove = true) => {
   left: 0;
   right: 0;
 }
+.rotate-wrapper {
+  width: 100%;
+  height: 100%;
+  overflow: hidden;
+}
 </style>