mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
chore: update doc ui (#16771)
This commit is contained in:
parent
6232c25a3e
commit
084aa9e93a
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user