feat: update admin

This commit is contained in:
Rogee
2025-05-08 14:35:20 +08:00
parent eda360e398
commit 3ded1ddd60
8 changed files with 42 additions and 43 deletions

View File

@@ -72,7 +72,7 @@ onMounted(() => {
<div class="h-full flex flex-col">
<div class="flex-none bg-white border-b border-gray-200 z-50 shadow">
<div class="p-4">
<input type="search" v-model="searchInput" @keyup="handleKeyup" placeholder="搜索文章"
<input type="search" v-model="searchInput" @keyup="handleKeyup" placeholder="搜索"
class="w-full px-4 py-2 border border-gray-300 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent">
</div>
</div>
@@ -91,7 +91,7 @@ onMounted(() => {
</div>
<div v-if="!hasMore && articles.length > 0" class="text-center text-gray-500 py-4">
没有更多文章
没有更多了
</div>
</div>
</div>