style: playground params styles

This commit is contained in:
jialin
2024-06-19 09:35:18 +08:00
parent adbc2ffbdd
commit 9f34452c68
14 changed files with 318 additions and 124 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const SealInputNumber: React.FC<InputNumberProps & SealFormItemProps> = (
const handleClickWrapper = () => {
if (!props.disabled && !isFocus) {
inputRef.current?.focus?.({
cursor: 'all'
cursor: 'end'
});
setIsFocus(true);
}