提交 c4f075b3 authored 作者: chlolch's avatar chlolch

修改bug

上级 879eae82
......@@ -9,6 +9,6 @@ export default class MobileItem extends Component {
render() {
const {isPreview}=this.props
return (<Form.Item {...this.props} label={isPreview?this.props.label:this.props.label+"::"}/>)
return (<Form.Item {...this.props} className={isPreview?"isPreview":null} label={isPreview?this.props.label:this.props.label+"::"}/>)
}
}
\ No newline at end of file
......@@ -165,6 +165,10 @@
text-align: right;
font-weight: bold;
}
#mobile_table .isPreview > .ant-form-item-label {
padding-top: 0px;
}
#MobileList .am-list-item {
background-color: #fff;
border-radius: 4px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论