fix(style): add backend

This commit is contained in:
jialin
2025-10-23 18:41:16 +08:00
parent 1a082529c6
commit 53b431f100
11 changed files with 44 additions and 25 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const LabelWrapper = styled.div.attrs({
interface InputTextareaProps extends TextAreaProps {
scaleSize?: boolean;
alwaysFocus?: boolean;
alwaysFocus?: boolean; // it's order to display the placeholder
}
const SealTextArea: React.FC<InputTextareaProps & SealFormItemProps> = (