mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore: update doc ui (#16833)
This commit is contained in:
parent
441e07edbb
commit
969cc7643e
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user