mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-20 08:57:10 +08:00
fix: 修复用户管理分页条消失错误,优化表格 slot 命名
This commit is contained in:
@@ -7,12 +7,15 @@
|
||||
</slot>
|
||||
</a-space>
|
||||
</a-row>
|
||||
<a-row>
|
||||
<slot name="top"></slot>
|
||||
</a-row>
|
||||
<a-row justify="space-between" align="center" class="gi-table__toolbar">
|
||||
<a-space wrap class="gi-table__toolbar-left" :size="[8, 8]">
|
||||
<slot name="custom-left"></slot>
|
||||
<slot name="toolbar-left"></slot>
|
||||
</a-space>
|
||||
<a-space wrap class="gi-table__toolbar-right" :size="[8, 8]">
|
||||
<slot name="custom-right"></slot>
|
||||
<slot name="toolbar-right"></slot>
|
||||
<a-tooltip content="刷新">
|
||||
<a-button v-if="showRefreshBtn" @click="refresh">
|
||||
<template #icon><icon-refresh /></template>
|
||||
|
Reference in New Issue
Block a user