Feature: optimize gallery page and plugin page UI

This commit is contained in:
萌萌哒赫萝
2023-05-11 23:05:41 +08:00
parent e733f6c090
commit 0c7f49ba86
2 changed files with 11 additions and 7 deletions
+5 -1
View File
@@ -55,7 +55,11 @@
v-for="item in pluginList"
:key="item.fullName"
class="plugin-item__container"
:span="24"
:xs="24"
:sm="pluginList.length === 1 ? 24 : 12"
:md="pluginList.length === 1 ? 24 : 12"
:lg="pluginList.length === 1 ? 24 : 6"
:xl="pluginList.length === 1 ? 24 : 6"
>
<div
class="plugin-item"