mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Optimized table layout & spacing
This commit is contained in:
parent
73eab18cbc
commit
00742e6f02
@ -12,7 +12,7 @@
|
|||||||
<MudTable Items="@PluginFactory.AvailablePlugins" Hover="@true" GroupBy="@this.groupConfig" Class="border-dashed border rounded-lg">
|
<MudTable Items="@PluginFactory.AvailablePlugins" Hover="@true" GroupBy="@this.groupConfig" Class="border-dashed border rounded-lg">
|
||||||
<ColGroup>
|
<ColGroup>
|
||||||
<col style="width: 2em;" />
|
<col style="width: 2em;" />
|
||||||
<col/>
|
<col style="width: 2.1em; "/>
|
||||||
<col/>
|
<col/>
|
||||||
<col style="width: 12em;"/>
|
<col style="width: 12em;"/>
|
||||||
</ColGroup>
|
</ColGroup>
|
||||||
@ -46,15 +46,15 @@
|
|||||||
</GroupHeaderTemplate>
|
</GroupHeaderTemplate>
|
||||||
<RowTemplate>
|
<RowTemplate>
|
||||||
<MudTd>
|
<MudTd>
|
||||||
<MudAvatar Size="Size.Medium" Class="align-content-stretch">
|
<MudAvatar Size="Size.Medium" Style="width: 2em; height: 2em;" Class="align-content-stretch">
|
||||||
<div class="plugin-icon-container">
|
<div class="plugin-icon-container">
|
||||||
@((MarkupString)context.IconSVG)
|
@((MarkupString)context.IconSVG)
|
||||||
</div>
|
</div>
|
||||||
</MudAvatar>
|
</MudAvatar>
|
||||||
</MudTd>
|
</MudTd>
|
||||||
<MudTd>
|
<MudTd>
|
||||||
<MudStack>
|
<MudStack Spacing="0">
|
||||||
<MudText Typo="Typo.h6">
|
<MudText Typo="Typo.h6" Class="mb-0 pb-0 gap-0">
|
||||||
@context.Name
|
@context.Name
|
||||||
</MudText>
|
</MudText>
|
||||||
<MudText Typo="Typo.body1">
|
<MudText Typo="Typo.body1">
|
||||||
|
Loading…
Reference in New Issue
Block a user