huangxw 4 ay önce
ebeveyn
işleme
9d0f7f0640

+ 1 - 1
src/components/DragResizeRotate/DragResizeRotate.vue

@@ -78,7 +78,7 @@ watch(() => prop.modelValue, (newVal) => {
 }
 
 .my-active-class-dd {
-    border-color: #74FBE5;
+    border-color: rgb(116, 251, 229);
 }
 
 .my-class-dd {

+ 2 - 2
src/components/TelViewTem/TelViewTem.vue

@@ -67,8 +67,8 @@ const dragAreaStyle: any = computed(() => {
     top: `${y}px`,
     width: `${w}px`,
     height: `${h}px`,
-    border: '1px dashed #409eff',
-    background: 'rgba(64,158,255,0.1)',
+    border: '2px dashed #409eff',
+    background: 'rgba(116, 251, 229,0.3)',
     pointerEvents: 'none',
     zIndex: 10,
   };