mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 09:21:54 +00:00
fix trash dialog and dropdown menu style (#6600)
This commit is contained in:
@@ -208,7 +208,7 @@ class ItemDropdownMenu extends React.Component {
|
|||||||
>
|
>
|
||||||
<DropdownToggle
|
<DropdownToggle
|
||||||
tag='div'
|
tag='div'
|
||||||
className="dropdown-item font-weight-normal rounded-0 d-flex align-items-center"
|
className="dropdown-item font-weight-normal rounded-0 d-flex align-items-center pl-5"
|
||||||
onMouseEnter={this.toggleSubMenuShown.bind(this, menuItem)}
|
onMouseEnter={this.toggleSubMenuShown.bind(this, menuItem)}
|
||||||
>
|
>
|
||||||
<span className="mr-auto">{menuItem.value}</span>
|
<span className="mr-auto">{menuItem.value}</span>
|
||||||
|
@@ -133,10 +133,10 @@ class Content extends React.Component {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.theadData = [
|
this.theadData = [
|
||||||
{ width: '3%', text: gettext('Name') },
|
{ width: '5%', text: gettext('Name') },
|
||||||
{ width: '20%', text: '' },
|
{ width: '20%', text: '' },
|
||||||
{ width: '30%', text: gettext('Size') },
|
{ width: '30%', text: gettext('Size') },
|
||||||
{ width: '37%', text: gettext('Delete Time') },
|
{ width: '35%', text: gettext('Delete Time') },
|
||||||
{ width: '10%', text: '' }
|
{ width: '10%', text: '' }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user