mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 14:48:13 -05:00
🐛 Fix: fix gallery page display bugs
This commit is contained in:
parent
a532ac5315
commit
b6f5d9fd09
@ -1026,7 +1026,7 @@ export default {
|
|||||||
position absolute
|
position absolute
|
||||||
left 142px
|
left 142px
|
||||||
right 0
|
right 0
|
||||||
height 100%
|
height 95%
|
||||||
.cursor-pointer
|
.cursor-pointer
|
||||||
cursor pointer
|
cursor pointer
|
||||||
.item-base
|
.item-base
|
||||||
@ -1069,7 +1069,7 @@ export default {
|
|||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
padding 8px 0
|
padding 8px 0
|
||||||
overflow-y auto
|
overflow-y auto
|
||||||
overflow-x hidden
|
overflow-x auto
|
||||||
position absolute
|
position absolute
|
||||||
top: 38px
|
top: 38px
|
||||||
transition all .2s ease-in-out .1s
|
transition all .2s ease-in-out .1s
|
||||||
@ -1128,6 +1128,8 @@ export default {
|
|||||||
color #ddd
|
color #ddd
|
||||||
font-size 14px
|
font-size 14px
|
||||||
margin-bottom 4px
|
margin-bottom 4px
|
||||||
|
text-align center
|
||||||
|
align-self center
|
||||||
.handle-bar
|
.handle-bar
|
||||||
color #ddd
|
color #ddd
|
||||||
margin-bottom 10px
|
margin-bottom 10px
|
||||||
|
Loading…
Reference in New Issue
Block a user