feat(#I18IU2): blazor 网站设置增加固定表头选项

#Issue
link https://gitee.com/LongbowEnterprise/dashboard/issues?id=I18IU2
This commit is contained in:
Argo Zhang 2020-01-18 17:47:50 +08:00
parent 8584152673
commit 217d432b72
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@
<label class="control-label" for="cardTitle">标题设置</label>
<Toggle @bind-Value="@Model.ShowCardTitle" OnText="显示" OffText="关闭"></Toggle>
</div>
<div class="form-group col-6">
<label class="control-label" for="cardTitle">固定表头</label>
<Toggle @bind-Value="@Model.FixedTableHeader" OnText="固定" OffText="跟随"></Toggle>
</div>
</div>
</div>
<div class="modal-footer text-right">