Merge pull request 'master' (#372) from master into prod
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/372
This commit is contained in:
@@ -251,6 +251,7 @@ init()
|
||||
|
||||
.card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 15px;
|
||||
|
||||
> div:first-child {
|
||||
@@ -258,11 +259,18 @@ init()
|
||||
}
|
||||
|
||||
.avatar_name {
|
||||
padding: 10px 0;
|
||||
display: flex;
|
||||
margin-right: 5px;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
> div:first-child {
|
||||
display: flex;
|
||||
width: 200px;
|
||||
|
||||
> span {
|
||||
color: #2a99ff;
|
||||
@@ -298,6 +306,7 @@ init()
|
||||
bottom: 20px;
|
||||
right: 1px;
|
||||
}
|
||||
|
||||
//.username {
|
||||
// //width: 90px;
|
||||
// margin-top: 10px;
|
||||
|
||||
Reference in New Issue
Block a user