1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

03 delete menu

This commit is contained in:
Michael An
2024-11-19 14:54:49 +08:00
parent c76d4343bd
commit c598c9317f
2 changed files with 1 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ class DepartmentsV2MembersItem extends React.Component {
aria-label={gettext('More operations')}
data-toggle="dropdown"
/>
<DropdownMenu className="dtable-dropdown-menu dropdown-menu mt-2 mr-2" right={true}>
<DropdownMenu right={true}>
<DropdownItem key='delete' onClick={this.deleteMember}>{gettext('Delete')}</DropdownItem>
</DropdownMenu>
</Dropdown>

View File

@@ -162,7 +162,6 @@ class DepartmentsV2TreeNode extends Component {
<i className="sf3-font sf3-font-more mr-1"></i>
</DropdownToggle>
<DropdownMenu
className="dtable-dropdown-menu dropdown-menu drop-list"
right={true}
modifiers={{ preventOverflow: { boundariesElement: document.body } }}
positionFixed={true}