refactor: TableToolbarContent 组件内置

This commit is contained in:
Argo Zhang 2020-02-01 16:26:38 +08:00
parent 32fbf10c92
commit e8b39af55f
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@
<div class="fixed-table-toolbar">
<div class="float-left bs-bars">
<TableToolbar>
<TableToolbarContent />
@if (ShowDefaultButtons)
{
<TableToolbarButton class="btn btn-success" Icon="fa fa-plus" Title="新增" OnClick="Add" />

View File

@ -1,5 +1,6 @@
@inherits TableToolbarBase
@inherits TableToolbarBase
<CascadingValue Value="this" IsFixed="true">
<TableToolbarContent />
@ChildContent
</CascadingValue>