mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:39:46 +00:00
Improved layout
This commit is contained in:
parent
08ea4a9af8
commit
75e12c794b
@ -63,7 +63,7 @@
|
|||||||
</MudButton>
|
</MudButton>
|
||||||
</MudStack>
|
</MudStack>
|
||||||
|
|
||||||
<MudText Typo="Typo.h4" Class="mt-6 mb-3">
|
<MudText Typo="Typo.h4" Class="mt-9 mb-3">
|
||||||
Data source settings
|
Data source settings
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
@ -101,7 +101,7 @@
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
<MudText Typo="Typo.h4" Class="mt-6 mb-3">
|
<MudText Typo="Typo.h4" Class="mt-9 mb-3">
|
||||||
Authentication settings
|
Authentication settings
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
@ -135,7 +135,7 @@
|
|||||||
</MudSelect>
|
</MudSelect>
|
||||||
}
|
}
|
||||||
|
|
||||||
<MudText Typo="Typo.h4" Class="mt-6 mb-3">
|
<MudText Typo="Typo.h4" Class="mt-11 mb-3">
|
||||||
Data protection settings
|
Data protection settings
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
@ -146,7 +146,7 @@
|
|||||||
}
|
}
|
||||||
</MudSelect>
|
</MudSelect>
|
||||||
|
|
||||||
<MudText Typo="Typo.h4" Class="mt-6 mb-3">
|
<MudText Typo="Typo.h4" Class="mt-11 mb-3">
|
||||||
Embedding settings
|
Embedding settings
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
@ -203,7 +203,7 @@
|
|||||||
|
|
||||||
<MudTextField T="string" @bind-Text="@this.additionalLibraries" Label="(Optional) Additional libraries" HelperText="Do you want to include additional libraries? Then name them and briefly describe what you want to achieve with them." Variant="Variant.Outlined" Margin="Margin.Normal" Lines="3" AutoGrow="@true" MaxLines="12" UserAttributes="@USER_INPUT_ATTRIBUTES" Class="mb-3"/>
|
<MudTextField T="string" @bind-Text="@this.additionalLibraries" Label="(Optional) Additional libraries" HelperText="Do you want to include additional libraries? Then name them and briefly describe what you want to achieve with them." Variant="Variant.Outlined" Margin="Margin.Normal" Lines="3" AutoGrow="@true" MaxLines="12" UserAttributes="@USER_INPUT_ATTRIBUTES" Class="mb-3"/>
|
||||||
|
|
||||||
<MudText Typo="Typo.h4" Class="mt-6 mb-1">
|
<MudText Typo="Typo.h4" Class="mt-9 mb-1">
|
||||||
Provider selection for generation
|
Provider selection for generation
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user