chore: update doc ui (#16771)

This commit is contained in:
0song 2024-05-07 13:55:37 +08:00 committed by GitHub
parent 6232c25a3e
commit 084aa9e93a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ const onItemClick = (item: any) => {
</script>
<template>
<div class="m-t-16px">
<div style="margin-top: 16px">
<a
v-for="item in rightBigLogoSponsors"
:key="item.name"

View File

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

View File

@ -13,7 +13,7 @@ const onItemClick = (item: any) => {
</script>
<template>
<div class="m-t-16px">
<div style="margin-top: 16px">
<a
v-for="item in rightRichTextSponsors"
:key="item.name"

View File

@ -10,7 +10,7 @@ const sponsor = computed(() => sponsorLocale[lang.value])
</script>
<template>
<div class="page-content">
<div class="page-content-main">
<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 {
.page-content-main {
padding-bottom: 10px;
padding-top: 0;
.title {