优化 H5 主页模版间隔

This commit is contained in:
北枳 2025-10-21 20:35:12 +08:00
parent 455347d6d7
commit b38369c0c7

View File

@ -66,7 +66,7 @@ const FamousTemplate: React.FC = () => {
Loading... Loading...
</div> </div>
) : ( ) : (
<div data-alt="template-grid" className="grid grid-cols-2 sm:grid-cols-4 md:grid-cols-5 gap-8"> <div data-alt="template-grid" className="grid grid-cols-2 sm:grid-cols-4 md:grid-cols-5 gap-4 lg:gap-8">
{topTemplates.map((t) => { {topTemplates.map((t) => {
return ( return (