feat: 表单项组件支持testid

This commit is contained in:
yupeng12 2024-03-05 19:30:51 +08:00
parent a7c550ac2f
commit 7334b8088a
2 changed files with 0 additions and 11 deletions

View File

@ -246,7 +246,6 @@ export default function (schema, schemaProps, showCode, envOverrides) {
};
});
},
enableTestid: true,
...envOverrides
};

View File

@ -30,16 +30,6 @@
color: var(--colors-neutral-text-6);
outline: none;
transition: border 0.24s ease-in-out;
position: relative;
> input {
display: block !important;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
opacity: 0;
}
}
&-dropzone:focus {