feat: add pages

This commit is contained in:
yanghao05
2025-04-16 22:22:41 +08:00
parent ef9505f7c3
commit e03564631a
2 changed files with 16 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ onMounted(() => {
<template>
<div class="h-full flex flex-col">
<div class="flex-none bg-white border-b border-gray-200 z-50">
<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="搜索文章"
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">