diff --git a/comps/form/field/Field.tsx b/comps/form/field/Field.tsx index 2f04ed4..11adaac 100755 --- a/comps/form/field/Field.tsx +++ b/comps/form/field/Field.tsx @@ -67,7 +67,7 @@ export const Field: FC = (arg) => { return ( { + e.stopPropagation(); + e.preventDefault(); + }} className={cx( "c-flex-1", css` @@ -141,7 +145,7 @@ const KVRow = ({ "kv-key", css` border-right: 1px solid #ececeb; - width: 30%; + width: 35%; `, idx > 0 && css` @@ -150,7 +154,6 @@ const KVRow = ({ )} >