chore: 格式化文档
This commit is contained in:
parent
08b194c33d
commit
c7b385cd67
|
@ -5,15 +5,6 @@
|
|||
/// </summary>
|
||||
public class LoginModel
|
||||
{
|
||||
///// <summary>
|
||||
///// 默认构造函数
|
||||
///// </summary>
|
||||
///// <param name="appId"></param>
|
||||
//public LoginModel(string? appId = null)
|
||||
//{
|
||||
// //ImageLibUrl = DictHelper.RetrieveImagesLibUrl();
|
||||
//}
|
||||
|
||||
/// <summary>
|
||||
/// 验证码图床地址
|
||||
/// </summary>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<TableToolbarButton TItem="DataAccess.Models.Role" IsEnableWhenSelectedOneRow="true" Color="Color.Secondary" Icon="fa fa-cubes" Text="应用" OnClickCallback="roles => OnAssignmentApps(roles.First())" />
|
||||
</TableToolbarTemplate>
|
||||
<ColumnsTemplete>
|
||||
<TableColumn @bind-Field="@context.RoleName" Sortable="true" Filterable="true" Searchable="true" Width="180"></TableColumn>
|
||||
<TableColumn @bind-Field="@context.RoleName" Sortable="true" Filterable="true" Searchable="true" Width="120"></TableColumn>
|
||||
<TableColumn @bind-Field="@context.Description" Sortable="true" Filterable="true" Searchable="true"></TableColumn>
|
||||
</ColumnsTemplete>
|
||||
<RowButtonTemplate>
|
||||
|
|
Loading…
Reference in New Issue