Skip to content

Commit

Permalink
Merge pull request #3780 from eJayYoung/bugfix_search_fixed
Browse files Browse the repository at this point in the history
fix Search fixed bug
  • Loading branch information
caozhong1996 authored Jul 3, 2021
2 parents dc7e8f2 + ca02112 commit c7fb6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default {
top: 0;
z-index: 5;
background: rgba(255, 255, 255, 1);
backdrop-filter: blur(5px);
// backdrop-filter: blur(5px);
}
.vux-search-box {
width: 100%;
Expand Down

0 comments on commit c7fb6f6

Please sign in to comment.