修复企业管理员角色无法红冲的问题;修复操作列按钮高低不齐的问题
This commit is contained in:
@@ -256,7 +256,7 @@ const columns = computed<DataTableColumns<RoleItem>>(() => [
|
||||
title: '操作',
|
||||
key: 'actions',
|
||||
render: (r) =>
|
||||
h(NSpace, { size: 6 }, () => [
|
||||
h(NSpace, { size: 6, align: 'center', class: 'table-action-buttons' }, () => [
|
||||
h(
|
||||
NButton,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user