style: role member table

This commit is contained in:
teukkk 2025-06-30 10:26:07 +08:00
parent 8e89658b04
commit e8d29e2cef

View File

@ -29,7 +29,7 @@
</div>
</div>
<app-table
class="member-table mt-16"
:class="`${props.currentRole?.type !== RoleTypeEnum.ADMIN ? 'member-table' : ''} mt-16`"
:data="tableData"
:pagination-config="paginationConfig"
@sizeChange="handleSizeChange"