feat: 分组管理
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
</div>
|
||||
<a-drawer
|
||||
:width="500"
|
||||
title=" "
|
||||
:visible="visible"
|
||||
:body-style="{ paddingBottom: '80px' }"
|
||||
:footer-style="{ textAlign: 'right' }"
|
||||
@@ -545,7 +546,8 @@
|
||||
{
|
||||
label: '新增',
|
||||
name: 'userAdd',
|
||||
type: 'primary',
|
||||
style: { marginBottom: '16px' },
|
||||
// type: 'primary',
|
||||
handle: () => {
|
||||
addformvisible.value = true;
|
||||
},
|
||||
@@ -644,6 +646,9 @@
|
||||
:deep(.ns-table-main) {
|
||||
border-top: 0;
|
||||
padding: 0;
|
||||
.drawerTable {
|
||||
margin-top: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user