Skip to content

Commit fae0e33

Browse files
committed
fix(SPA): 通用搜索框搜索图标在 IOS 上没有对齐的问题
issue #508
1 parent 06a2f67 commit fae0e33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/spa/src/components/common/SearchBar.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ export default {
5555
z-index: 1;
5656
5757
.input-wrap {
58-
display: flex;
5958
flex: auto;
59+
display: flex;
60+
align-items: center;
6061
background-color: #ebebeb;
6162
padding: 10px;
6263
border-radius: 8px;

0 commit comments

Comments
 (0)