mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
feat: 表单项组件支持testid
This commit is contained in:
parent
a7c550ac2f
commit
7334b8088a
@ -246,7 +246,6 @@ export default function (schema, schemaProps, showCode, envOverrides) {
|
||||
};
|
||||
});
|
||||
},
|
||||
enableTestid: true,
|
||||
...envOverrides
|
||||
};
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user