Skip to content

Commit 7a80731

Browse files
committed
修复问题
1 parent efce278 commit 7a80731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HeaderSearch/HeaderSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
v-model="value"
1010
:defaultActiveFirstOption="defaultActiveFirstOption"
1111
:dataSource="dataSource"
12-
class="headerSearch input"
12+
class="input"
1313
:class="{ show: searchMode }"
1414
@select="onSelect"
1515
@search="handleSearch"

0 commit comments

Comments
 (0)