mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 04:53:11 +08:00
style: inputNumber border unmerged (#45004)
* style: inputNumber border unmerged * chore: update snapshot
This commit is contained in:
parent
485e95236d
commit
2f063a26e6
@ -99,7 +99,6 @@ const InputNumber = React.forwardRef<HTMLInputElement, InputNumberProps>((props,
|
|||||||
[`${prefixCls}-in-form-item`]: isFormItemInput,
|
[`${prefixCls}-in-form-item`]: isFormItemInput,
|
||||||
},
|
},
|
||||||
getStatusClassNames(prefixCls, mergedStatus),
|
getStatusClassNames(prefixCls, mergedStatus),
|
||||||
compactItemClassnames,
|
|
||||||
hashId,
|
hashId,
|
||||||
);
|
);
|
||||||
const wrapperClassName = `${prefixCls}-group`;
|
const wrapperClassName = `${prefixCls}-group`;
|
||||||
@ -108,7 +107,7 @@ const InputNumber = React.forwardRef<HTMLInputElement, InputNumberProps>((props,
|
|||||||
<RcInputNumber
|
<RcInputNumber
|
||||||
ref={inputRef}
|
ref={inputRef}
|
||||||
disabled={mergedDisabled}
|
disabled={mergedDisabled}
|
||||||
className={classNames(className, rootClassName)}
|
className={classNames(className, rootClassName, compactItemClassnames)}
|
||||||
upHandler={upIcon}
|
upHandler={upIcon}
|
||||||
downHandler={downIcon}
|
downHandler={downIcon}
|
||||||
prefixCls={prefixCls}
|
prefixCls={prefixCls}
|
||||||
|
@ -11498,7 +11498,7 @@ exports[`renders components/space/demo/compact-debug.tsx extend context correctl
|
|||||||
class="ant-space-compact"
|
class="ant-space-compact"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-input-number-group-wrapper"
|
class="ant-input-number-group-wrapper ant-input-number-compact-item ant-input-number-compact-first-item ant-input-number-compact-last-item"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-input-number-wrapper ant-input-number-group"
|
class="ant-input-number-wrapper ant-input-number-group"
|
||||||
@ -11509,7 +11509,7 @@ exports[`renders components/space/demo/compact-debug.tsx extend context correctl
|
|||||||
+
|
+
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="ant-input-number ant-input-number-compact-item ant-input-number-compact-first-item ant-input-number-compact-last-item"
|
class="ant-input-number"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-input-number-handler-wrap"
|
class="ant-input-number-handler-wrap"
|
||||||
|
@ -3073,7 +3073,7 @@ exports[`renders components/space/demo/compact-debug.tsx correctly 1`] = `
|
|||||||
class="ant-space-compact"
|
class="ant-space-compact"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-input-number-group-wrapper"
|
class="ant-input-number-group-wrapper ant-input-number-compact-item ant-input-number-compact-first-item ant-input-number-compact-last-item"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-input-number-wrapper ant-input-number-group"
|
class="ant-input-number-wrapper ant-input-number-group"
|
||||||
@ -3084,7 +3084,7 @@ exports[`renders components/space/demo/compact-debug.tsx correctly 1`] = `
|
|||||||
+
|
+
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="ant-input-number ant-input-number-compact-item ant-input-number-compact-first-item ant-input-number-compact-last-item"
|
class="ant-input-number"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-input-number-handler-wrap"
|
class="ant-input-number-handler-wrap"
|
||||||
|
Loading…
Reference in New Issue
Block a user