mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
modify table css (#2537)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React from 'react';
|
||||
import React, { Fragment } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Nav, NavItem, NavLink } from 'reactstrap';
|
||||
import classnames from 'classnames';
|
||||
@@ -26,7 +26,7 @@ class ReviewListView extends React.Component {
|
||||
render() {
|
||||
let items = this.props.itemsList;
|
||||
return (
|
||||
<div className="table-container">
|
||||
<Fragment>
|
||||
<Nav tabs>
|
||||
<NavItem>
|
||||
<NavLink
|
||||
@@ -76,7 +76,7 @@ class ReviewListView extends React.Component {
|
||||
})}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user