refactor: TableToolbarContent 组件内置
This commit is contained in:
parent
32fbf10c92
commit
e8b39af55f
|
@ -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" />
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@inherits TableToolbarBase
|
||||
@inherits TableToolbarBase
|
||||
|
||||
<CascadingValue Value="this" IsFixed="true">
|
||||
<TableToolbarContent />
|
||||
@ChildContent
|
||||
</CascadingValue>
|
||||
|
|
Loading…
Reference in New Issue