fix: cluster issues
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user