mirror of
https://github.com/langgenius/dify.git
synced 2026-04-08 09:16:41 +08:00
fix: add 'no-spinner' class to InputNumber component for better styling
This commit is contained in:
parent
633bfc25e0
commit
399866e0ac
@ -85,7 +85,7 @@ export const InputNumber: FC<InputNumberProps> = (props) => {
|
||||
<Input {...rest}
|
||||
// disable default controller
|
||||
type='number'
|
||||
className={classNames('rounded-r-none', className)}
|
||||
className={classNames('no-spinner rounded-r-none', className)}
|
||||
value={value ?? 0}
|
||||
max={max}
|
||||
min={min}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user