chore: update doc ui (#16833)

This commit is contained in:
0song 2024-05-12 22:34:37 +08:00 committed by GitHub
parent 441e07edbb
commit 969cc7643e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 23 additions and 5 deletions

View File

@ -9,7 +9,7 @@ const onItemClick = (item: any) => {
</script>
<template>
<div style="margin-top: 16px">
<div class="right-big">
<a
v-for="item in rightBigLogoSponsors"
:key="item.name"
@ -31,3 +31,9 @@ const onItemClick = (item: any) => {
</a>
</div>
</template>
<style lang="scss" scoped>
.right-big {
margin-top: 16px;
}
</style>

View File

@ -8,7 +8,7 @@ const onItemClick = (item: any) => {
</script>
<template>
<div class="flex flex-wrap justify-between" style="margin-top: 16px">
<div class="flex flex-wrap justify-between right-small">
<template
v-for="item in rightLogoSmallSponsors.concat([{} as any])"
:key="item.name"
@ -43,3 +43,9 @@ const onItemClick = (item: any) => {
</template>
</div>
</template>
<style lang="scss" scoped>
.right-small {
margin-top: 16px;
}
</style>

View File

@ -13,7 +13,7 @@ const onItemClick = (item: any) => {
</script>
<template>
<div style="margin-top: 16px">
<div class="right-rich">
<a
v-for="item in rightRichTextSponsors"
:key="item.name"
@ -57,3 +57,9 @@ const onItemClick = (item: any) => {
</a>
</div>
</template>
<style lang="scss" scoped>
.right-rich {
margin-top: 16px;
}
</style>

View File

@ -10,7 +10,7 @@ const sponsor = computed(() => sponsorLocale[lang.value])
</script>
<template>
<div class="page-content-main">
<div class="page-content-main-a">
<p class="title">{{ sponsor.sponsoredBy }}</p>
<VPSponsorLarge />
<VPSponsorSmall />
@ -18,7 +18,7 @@ const sponsor = computed(() => sponsorLocale[lang.value])
</template>
<style lang="scss" scoped>
.page-content-main {
.page-content-main-a {
padding-bottom: 10px;
padding-top: 0;
.title {