fix: update form value trigger tips

This commit is contained in:
jialin
2025-04-30 11:01:14 +08:00
parent 52add26905
commit a3501e5417
15 changed files with 116 additions and 68 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import Wrapper from './wrapper';
import InputWrapper from './wrapper/input';
const LabelWrapper = styled.div`
background-color: var(--color-white-1);
background-color: var(--ant-color-bg-container);
`;
interface InputTextareaProps extends TextAreaProps {
@@ -193,7 +193,6 @@ const Wrapper: FC<WrapperProps> = ({
onClick
}) => {
const { token } = theme.useToken();
console.log('token=====', token);
const wrapperClass = classNames(
status ? `validate-status-${status}` : '',
className,