Skip to content

Commit

Permalink
修正头像拖拽时的样式 (#72)
Browse files Browse the repository at this point in the history
* 修正头像拖拽时的样式

* 修正有爱饭友列表拖拽时的样式
  • Loading branch information
LitoMore committed May 8, 2019
1 parent 9074671 commit d289535
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/features/favorite-fanfouers/style(page)[home].less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
// 修正拖拽过程的样式
.sf-favorite-fanfouer-item {
list-style: none;
z-index: 10;

a {
display: block;
Expand All @@ -46,11 +47,15 @@
}

img {
border-radius: 4px;
width: 100%;
}

span {
display: block;
line-height: 175%;
white-space: nowrap;
text-align: center;
}
}

Expand Down

0 comments on commit d289535

Please sign in to comment.