mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 07:28:42 +08:00
✨ Feature: optimize gallery page and plugin page UI
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user