chore: extract a model file item
This commit is contained in:
@@ -151,7 +151,7 @@ const ParamsSettings: React.FC<ParamsSettingsProps> = forwardRef(
|
||||
<div>
|
||||
{
|
||||
<>
|
||||
<h3 className="m-b-20 m-l-10 font-size-14 line-24 font-600">
|
||||
<h3 className="m-b-20 font-size-14 line-24 font-600">
|
||||
{parametersTitle || (
|
||||
<span>
|
||||
{intl.formatMessage({ id: 'playground.parameters' })}
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
position: relative;
|
||||
padding: 0 4px;
|
||||
border-radius: var(--border-radius-mini);
|
||||
font-weight: var(--font-weight-medium);
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
||||
Reference in New Issue
Block a user