style(playground): 结果区大屏改为一行 4 张

This commit is contained in:
2026-08-09 13:40:08 +08:00
parent 4c5b932e81
commit beadc29b45
+1 -1
View File
@@ -1003,7 +1003,7 @@ onUnmounted(() => {
10 with the user's recent results. No lock: 生成 can be clicked anytime. 10 with the user's recent results. No lock: 生成 can be clicked anytime.
min-w-0 keeps a long prompt from blowing the 1fr track wider than the page. --> min-w-0 keeps a long prompt from blowing the 1fr track wider than the page. -->
<div class="min-w-0"> <div class="min-w-0">
<div v-if="displayItems.length" class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 gap-3"> <div v-if="displayItems.length" class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 gap-3">
<div v-for="item in displayItems" :key="item.id" <div v-for="item in displayItems" :key="item.id"
class="group relative rounded-xl overflow-hidden ring-1 ring-slate-200 bg-slate-100 aspect-[4/5]"> class="group relative rounded-xl overflow-hidden ring-1 ring-slate-200 bg-slate-100 aspect-[4/5]">
<!-- done: media + caption --> <!-- done: media + caption -->