Skip to content

Commit

Permalink
fix(SPA): 修复在 ios 下话题关注按钮不正常的问题
Browse files Browse the repository at this point in the history
(cherry picked from commit 33ba913eef531943e47e532f961269eeffdc9440)
  • Loading branch information
mutoe committed Jan 12, 2019
1 parent 5b89d68 commit b1bd0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/spa/src/page/topic/TopicDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ export default {
display: flex;
justify-content: center;
align-items: center;
width: 5em;
border: 1px solid @primary;
width: 5.5em;
border: 1px solid @primary;/*no*/
border-radius: 8px;
background-color: transparent;
color: @primary;
Expand Down

0 comments on commit b1bd0d2

Please sign in to comment.