fix: cluster issues

This commit is contained in:
jialin
2025-10-16 15:05:21 +08:00
parent 1da16a04fe
commit f732f5c390
3 changed files with 32 additions and 16 deletions
+4 -1
View File
@@ -18,6 +18,7 @@ const LabelWrapper = styled.div.attrs({
display: flex;
align-items: center;
justify-content: flex-start;
padding-bottom: 2px;
background-color: var(--ant-color-bg-container);
`;
@@ -111,11 +112,13 @@ const SealTextArea: React.FC<InputTextareaProps & SealFormItemProps> = (
[onInput]
);
console.log('style=========', style, rest);
return (
<InputWrapper>
<Wrapper
status={status}
label={label}
label={<LabelWrapper>{label}</LabelWrapper>}
isFocus={isFocus}
required={required}
description={description}
@@ -76,6 +76,7 @@ const InputWrapper = styled.div`
}
.ant-input.seal-textarea {
flex: 1;
overflow-y: auto !important;
}
.ant-input-number {