Browse Source

修复首页顶部搜索bug

dev
马远东 1 month ago
parent
commit
f9763352df
  1. 3
      package.json
  2. 3
      src/page/index/top/top-search.vue

3
package.json

@ -6,7 +6,8 @@
"prod": "vite --mode production",
"build": "vite build",
"build:prod": "vite build --mode production",
"serve": "vite preview --host"
"serve": "vite preview --host",
"type": "module"
},
"dependencies": {
"@antfu/utils": "^0.7.2",

3
src/page/index/top/top-search.vue

@ -117,4 +117,7 @@ export default {
}
}
}
.el-autocomplete{
width: 300px !important;
}
</style>

Loading…
Cancel
Save