Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
ea38c9b9
Commit
ea38c9b9
authored
Feb 12, 2018
by
jim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix style warning
parent
50845e4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
src/routes/Userinfo/BaseView.less
src/routes/Userinfo/BaseView.less
+1
-0
src/routes/Userinfo/Info.less
src/routes/Userinfo/Info.less
+1
-1
src/routes/Userinfo/MessageView.js
src/routes/Userinfo/MessageView.js
+1
-6
No files found.
src/routes/Userinfo/BaseView.less
View file @
ea38c9b9
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
.baseView {
.baseView {
display: flex;
display: flex;
margin-top: 12px;
&.md {
&.md {
flex-direction: column-reverse;
flex-direction: column-reverse;
.right {
.right {
...
...
src/routes/Userinfo/Info.less
View file @
ea38c9b9
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
color: rgba(0, 0, 0, 0.85);
color: rgba(0, 0, 0, 0.85);
line-height: 28px;
line-height: 28px;
font-weight: bold;
font-weight: bold;
margin-bottom:
24
px;
margin-bottom:
12
px;
}
}
}
}
}
}
...
...
src/routes/Userinfo/MessageView.js
View file @
ea38c9b9
import
React
,
{
Component
,
Fragment
}
from
'
react
'
;
import
React
,
{
Component
,
Fragment
}
from
'
react
'
;
import
{
Switch
,
List
}
from
'
antd
'
;
import
{
Switch
,
List
}
from
'
antd
'
;
const
Action
=
<
Switch
defaultChecked
/>
;
const
Action
=
<
Switch
checkedChildren
=
"
开
"
unCheckedChildren
=
"
关
"
defaultChecked
/>
;
export
default
class
MessageView
extends
Component
{
export
default
class
MessageView
extends
Component
{
getData
=
()
=>
{
getData
=
()
=>
{
...
@@ -11,11 +11,6 @@ export default class MessageView extends Component {
...
@@ -11,11 +11,6 @@ export default class MessageView extends Component {
description
:
'
其他用户的消息将以站内信的形式通知
'
,
description
:
'
其他用户的消息将以站内信的形式通知
'
,
actions
:
[
Action
],
actions
:
[
Action
],
},
},
{
title
:
'
消息通知
'
,
description
:
'
已绑定手机:138****8293
'
,
actions
:
[
Action
],
},
{
{
title
:
'
系统消息
'
,
title
:
'
系统消息
'
,
description
:
'
系统消息将以站内信的形式通知
'
,
description
:
'
系统消息将以站内信的形式通知
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment