Explorar el Código

fix: tailwindcss

xingyu4j hace 3 meses
padre
commit
7a723d03d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/effects/common-ui/src/components/cropper/cropper.vue

+ 1 - 1
packages/effects/common-ui/src/components/cropper/cropper.vue

@@ -895,7 +895,7 @@ defineExpose({ getCropImage });
 }
 
 .cropper-view {
-  @apply absolute top-0 right-0 bottom-0 left-0 outline outline-1 outline-blue-500 select-none;
+  @apply absolute top-0 right-0 bottom-0 left-0 outline-1 outline-blue-500 select-none;
 }
 
 /* 裁剪框辅助线 */