提交 ea38c9b9 编写于 作者: J jim

fix style warning

上级 50845e4f
......@@ -2,6 +2,7 @@
.baseView {
display: flex;
margin-top: 12px;
&.md {
flex-direction: column-reverse;
.right {
......
......@@ -28,7 +28,7 @@
color: rgba(0, 0, 0, 0.85);
line-height: 28px;
font-weight: bold;
margin-bottom: 24px;
margin-bottom: 12px;
}
}
}
......
import React, { Component, Fragment } from 'react';
import { Switch, List } from 'antd';
const Action = <Switch defaultChecked />;
const Action = <Switch checkedChildren="" unCheckedChildren="" defaultChecked />;
export default class MessageView extends Component {
getData = () => {
......@@ -11,11 +11,6 @@ export default class MessageView extends Component {
description: '其他用户的消息将以站内信的形式通知',
actions: [Action],
},
{
title: '消息通知',
description: '已绑定手机:138****8293',
actions: [Action],
},
{
title: '系统消息',
description: '系统消息将以站内信的形式通知',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册