feat: improve bed workspace layout
This commit is contained in:
@@ -65,7 +65,6 @@ export function OrganizationManagementClient(): React.ReactElement {
|
||||
新增机构
|
||||
</Button>
|
||||
<Dialog
|
||||
className="max-w-xl"
|
||||
description="创建后会自动初始化机构内置角色。"
|
||||
onClose={closeCreateDialog}
|
||||
open={isCreateOpen}
|
||||
@@ -195,7 +194,6 @@ export function OrganizationRowActions({
|
||||
</Button>
|
||||
)}
|
||||
<Dialog
|
||||
className="max-w-lg"
|
||||
description="编辑机构名称、唯一标识和启停状态。"
|
||||
onClose={() => setIsEditOpen(false)}
|
||||
open={isEditOpen}
|
||||
|
||||
Reference in New Issue
Block a user