style: backend list styles

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent 0dfe77df37
commit eb509166ee
18 changed files with 209 additions and 360 deletions
-1
View File
@@ -67,7 +67,6 @@ const SealInput: React.FC<InputProps & SealFormItemProps> = (props) => {
if (!inputRef.current?.input?.value) {
setIsFocus(false);
}
props.onChange?.(e);
props.onBlur?.(e);
};