mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 06:38:13 -05:00
✨ Feature: optimize gallery page and plugin page UI
This commit is contained in:
parent
e733f6c090
commit
0c7f49ba86
@ -24,8 +24,8 @@
|
||||
<transition name="el-zoom-in-top">
|
||||
<el-row v-show="handleBarActive">
|
||||
<el-col
|
||||
:span="20"
|
||||
:offset="2"
|
||||
:span="22"
|
||||
:offset="1"
|
||||
>
|
||||
<el-row
|
||||
class="handle-bar"
|
||||
@ -214,8 +214,8 @@
|
||||
:class="{ small: handleBarActive }"
|
||||
>
|
||||
<el-col
|
||||
:span="20"
|
||||
:offset="2"
|
||||
:span="22"
|
||||
:offset="1"
|
||||
>
|
||||
<el-row :gutter="16">
|
||||
<photo-slider
|
||||
@ -230,10 +230,10 @@
|
||||
<el-col
|
||||
v-for="(item, index) in filterList"
|
||||
:key="item.id"
|
||||
:xs="12"
|
||||
:xs="24"
|
||||
:sm="12"
|
||||
:md="8"
|
||||
:lg="3"
|
||||
:lg="4"
|
||||
:xl="2"
|
||||
class="gallery-list__img"
|
||||
>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user