mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 17:12:56 +00:00
Adjust column width
This commit is contained in:
parent
da0f54f480
commit
cd18de50a7
@ -71,9 +71,9 @@
|
||||
|
||||
<MudTable CanCancelEdit="true" Class="mt-3 mb-6" CommitEditTooltip="@T("Commit Changes")" Elevation="10" FixedHeader="true" Items="@ExampleConversation" Outlined="true" RowEditCancel="@this.ResetItemToOriginalValues" RowEditPreview="@this.BackupItem">
|
||||
<ColGroup>
|
||||
<col style="width: 16em;" />
|
||||
<col style="width: 10em;" />
|
||||
<col/>
|
||||
<col style="width: 16em;" />
|
||||
<col style="width: 10em;" />
|
||||
</ColGroup>
|
||||
<HeaderContent>
|
||||
<MudTh>@T("Role")</MudTh>
|
||||
|
Loading…
Reference in New Issue
Block a user