feat: paste multiple lines in parameters input

This commit is contained in:
jialin
2026-03-17 16:35:55 +08:00
committed by jialin
parent 556c4a434d
commit 4f02bcd40c
11 changed files with 76 additions and 58 deletions
@@ -311,7 +311,7 @@ const HFModelFile: React.FC<HFModelFileProps> = forwardRef((props, ref) => {
}}
options={modelFilesSortOptions.current}
size="middle"
style={{ width: '120px' }}
style={{ width: '120px', fontWeight: 400 }}
></BaseSelect>
</TitleWrapper>
{dataSource.loading && (