Skip to content

Commit c7fb6f6

Browse files
authored
Merge pull request #3780 from eJayYoung/bugfix_search_fixed
fix Search fixed bug
2 parents dc7e8f2 + ca02112 commit c7fb6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/search/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export default {
235235
top: 0;
236236
z-index: 5;
237237
background: rgba(255, 255, 255, 1);
238-
backdrop-filter: blur(5px);
238+
// backdrop-filter: blur(5px);
239239
}
240240
.vux-search-box {
241241
width: 100%;

0 commit comments

Comments
 (0)