样式美化。

This commit is contained in:
tengge1 2019-05-16 21:06:42 +08:00
parent 6869416305
commit c3fab912ee
3 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,10 @@ import PropTypes from 'prop-types';
* @property {Object} data 数据
*/
class PropertyGrid extends React.Component {
constructor(props) {
super(props);
}
render() {
const { className, style, data } = this.props;

View File

@ -5,6 +5,8 @@
box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
cursor: default;
user-select: none;
}
.PropertyGrid .group {

View File

@ -2,6 +2,8 @@
list-style: none;
margin: 0;
padding: 0;
font: 12px 'Microsoft YaHei';
line-height: 18px;
}
.Tree .node i {