From 33a2191d2df7c4500cf1d458af8315131d85dd9e Mon Sep 17 00:00:00 2001 From: jerry609 <1772030600@qq.com> Date: Fri, 13 Mar 2026 13:13:07 +0800 Subject: [PATCH] fix(web): rebuild studio search and gallery polish --- web/src/components/research/SearchBox.tsx | 4 ++-- web/src/components/studio/PaperGallery.tsx | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/web/src/components/research/SearchBox.tsx b/web/src/components/research/SearchBox.tsx index 8d942ed1..3675061f 100644 --- a/web/src/components/research/SearchBox.tsx +++ b/web/src/components/research/SearchBox.tsx @@ -174,7 +174,7 @@ export function SearchBox({ >
) : ( /* Tiled catalog grid (Image-2 style) */ -
+
{sortedPapers.map((paper, index) => { const rowIndex = Math.floor(index / gridColumns) + const colIndex = index % gridColumns + const isFirstRow = rowIndex === 0 + const isFirstCol = colIndex === 0 return (
{/* Delete button */}