Skip to content

Commit

Permalink
feat: 表单项组件支持testid
Browse files Browse the repository at this point in the history
  • Loading branch information
yupeng12 committed Mar 5, 2024
1 parent a7c550a commit 7334b80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion examples/components/SchemaRender.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ export default function (schema, schemaProps, showCode, envOverrides) {
};
});
},
enableTestid: true,
...envOverrides
};

Expand Down
10 changes: 0 additions & 10 deletions packages/amis-ui/scss/components/form/_excel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7334b80

Please sign in to comment.