mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
样式美化。
This commit is contained in:
parent
6869416305
commit
c3fab912ee
@ -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;
|
||||
|
||||
|
||||
@ -5,6 +5,8 @@
|
||||
box-sizing: border-box;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
cursor: default;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.PropertyGrid .group {
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font: 12px 'Microsoft YaHei';
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.Tree .node i {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user