chore: tweak
This commit is contained in:
parent
2f71b29ae9
commit
0decf2a651
@ -71,7 +71,6 @@ list:
|
|||||||
link: https://github.com/pengzhanbo
|
link: https://github.com/pengzhanbo
|
||||||
avatar: https://github.com/pengzhanbo.png
|
avatar: https://github.com/pengzhanbo.png
|
||||||
desc: 即使慢,驰而不息,纵会落后,纵会失败,但必须能够到达他所向的目标。
|
desc: 即使慢,驰而不息,纵会落后,纵会失败,但必须能够到达他所向的目标。
|
||||||
|
|
||||||
groups:
|
groups:
|
||||||
-
|
-
|
||||||
title: 分组 1
|
title: 分组 1
|
||||||
|
|||||||
@ -47,7 +47,7 @@ const groups = computed(() => matter.value.groups || [])
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.vp-friends {
|
.vp-friends {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: var(--vp-nav-height);
|
padding-top: calc(var(--vp-nav-height) + 32px);
|
||||||
padding-bottom: 5rem;
|
padding-bottom: 5rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
@ -99,7 +99,7 @@ const groups = computed(() => matter.value.groups || [])
|
|||||||
@media (min-width: 960px) {
|
@media (min-width: 960px) {
|
||||||
.vp-friends {
|
.vp-friends {
|
||||||
max-width: 784px;
|
max-width: 784px;
|
||||||
padding-top: 0;
|
padding-top: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vp-friends .title,
|
.vp-friends .title,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user