Skip to content

Commit 907dd14

Browse files
committed
fix:seach input style
1 parent 972a096 commit 907dd14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/components/nHeader/index.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default {
139139
border: none;
140140
color: #fff;
141141
font-size: 14px;
142-
margin-left: 140px;
142+
// left: 140px;
143143
background-color: transparent;
144144
&:focus {
145145
outline: none;
@@ -149,6 +149,9 @@ export default {
149149
color: #fff;
150150
}
151151
}
152+
.algolia-autocomplete{
153+
left: 140px;
154+
}
152155
.nav{
153156
flex: 1;
154157
text-align: right;

0 commit comments

Comments
 (0)