feat: cloud options

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 632f206228
commit 6e5a7035c8
29 changed files with 788 additions and 276 deletions
+2 -1
View File
@@ -22,6 +22,7 @@ const SealInput: React.FC<InputProps & SealFormItemProps> = (props) => {
trim = true,
loading,
labelExtra,
style,
...rest
} = props;
const [isFocus, setIsFocus] = useState(false);
@@ -73,7 +74,7 @@ const SealInput: React.FC<InputProps & SealFormItemProps> = (props) => {
};
return (
<InputWrapper>
<InputWrapper style={style}>
<Wrapper
status={checkStatus || status}
label={label}