perf:修改插件卡片样式

This commit is contained in:
SengokuCola
2026-05-08 18:02:38 +08:00
parent 6a0bf423a0
commit f736f3fbc1
10 changed files with 49 additions and 34 deletions

View File

@@ -67,7 +67,7 @@ export function InstalledTab({
})
return (
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div className="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-4 gap-5">
{filteredPlugins.map((plugin) => (
<PluginCard
key={plugin.id}