chore(deps): bump tailwindcss to v4
This commit is contained in:
@@ -200,7 +200,7 @@ const open = (url?: string | URL, target?: string, features?: string) => {
|
||||
>
|
||||
<div class="container max-w-[1280px] mx-auto py-4 space-y-12">
|
||||
<div
|
||||
class="pattern w-full p-10 flex flex-col justify-center gap-3 items-center rounded-lg shadow-sm border border-gray-200 dark:border-neutral-700"
|
||||
class="pattern w-full p-10 flex flex-col justify-center gap-3 items-center rounded-lg shadow-xs border border-gray-200 dark:border-neutral-700"
|
||||
>
|
||||
<h1 class="text-4xl font-bold text-center text-primary">AI 工具导航</h1>
|
||||
<p>常用 AI 工具,一网打尽,常用常新</p>
|
||||
@@ -222,7 +222,7 @@ const open = (url?: string | URL, target?: string, features?: string) => {
|
||||
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
|
||||
<div
|
||||
v-for="link in cat.links"
|
||||
class="bg-white dark:bg-neutral-800 p-4 rounded-lg shadow-sm border border-gray-200 dark:border-neutral-700 space-y-2 cursor-pointer hover:shadow-md transition-all duration-300"
|
||||
class="bg-white dark:bg-neutral-800 p-4 rounded-lg shadow-xs border border-gray-200 dark:border-neutral-700 space-y-2 cursor-pointer hover:shadow-md transition-all duration-300"
|
||||
:key="link.id"
|
||||
@click="open(link.url)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user