fix: textarea scroll bar, deactive count message

This commit is contained in:
jialin
2025-10-21 13:24:21 +08:00
parent 32ad9525a6
commit ccb6e72057
10 changed files with 52 additions and 18 deletions
@@ -317,6 +317,7 @@ const VersionsForm: React.FC<AddModalProps> = ({
style={{ marginBottom: 0 }}
>
<SealInput.TextArea
allowClear
label={intl.formatMessage({ id: 'backend.runCommand' })}
></SealInput.TextArea>
</Form.Item>