Skip to content

Commit

Permalink
fix more project hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 14, 2021
1 parent c36b10a commit cb792cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/247.js → public/js/build/365.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/assets/js/pages/manage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</li>
</ul>
<div
v-if="projectTotal > 100"
v-if="projectTotal > 50"
class="manage-project-search"
:class="{loading:projectKeyLoading > 0}">
<Input prefix="ios-search" v-model="projectKeyValue" :placeholder="$L('' + projectTotal + '个项目,搜索...')" clearable />
Expand Down

0 comments on commit cb792cb

Please sign in to comment.