mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 10:59:42 +08:00
commit
5efc49ffd8
@ -630,7 +630,7 @@
|
||||
);
|
||||
--Form-input-placeholderColor: var(--text--muted-color);
|
||||
|
||||
--Form-item-gap: #{px2rem(10px)};
|
||||
--Form-item-gap: #{px2rem(15px)};
|
||||
|
||||
--Form-label-paddingTop: calc(
|
||||
(
|
||||
|
@ -76,7 +76,7 @@ $Wizard-steps-liAfterBorder: none !important;
|
||||
--Page-header-paddingX: #{px2rem(20px)};
|
||||
--Page-header-paddingY: #{px2rem(10px)};
|
||||
|
||||
--Form-item-gap: #{px2rem(10px)};
|
||||
--Form-item-gap: #{px2rem(15px)};
|
||||
--Form-input-height: #{px2rem(30px)};
|
||||
--Form-input-onFocused-bg: var(--white);
|
||||
--Form-input-borderRadius: 0;
|
||||
|
@ -1346,8 +1346,6 @@ export default class Form extends React.Component<FormProps, object> {
|
||||
classPrefix
|
||||
} = this.props;
|
||||
|
||||
console.log(store.restErrors);
|
||||
|
||||
const WrapperComponent =
|
||||
this.props.wrapperComponent ||
|
||||
(/(?:\/|^)form\//.test($path as string) ? 'div' : 'form');
|
||||
|
Loading…
Reference in New Issue
Block a user