Skip to content

Commit

Permalink
fix(SPA): 通用搜索框搜索图标在 IOS 上没有对齐的问题
Browse files Browse the repository at this point in the history
issue #508
  • Loading branch information
mutoe committed Dec 14, 2018
1 parent 06a2f67 commit fae0e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/spa/src/components/common/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ export default {
z-index: 1;
.input-wrap {
display: flex;
flex: auto;
display: flex;
align-items: center;
background-color: #ebebeb;
padding: 10px;
border-radius: 8px;
Expand Down

0 comments on commit fae0e33

Please sign in to comment.