forked from 77media/video-flow
优化 H5 主页模版间隔
This commit is contained in:
parent
455347d6d7
commit
b38369c0c7
@ -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 (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user