mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
chore: update ui (#18914)
This commit is contained in:
parent
f0f578d713
commit
755f62bb1d
@ -10,7 +10,7 @@ const sponsor = computed(() => sponsorLocale[lang.value])
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-sidebar-parent">
|
<div class="page-sidebar-layout">
|
||||||
<p class="title">{{ sponsor.sponsoredBy }}</p>
|
<p class="title">{{ sponsor.sponsoredBy }}</p>
|
||||||
<VPSponsorLarge />
|
<VPSponsorLarge />
|
||||||
<VPSponsorSmall />
|
<VPSponsorSmall />
|
||||||
@ -18,7 +18,7 @@ const sponsor = computed(() => sponsorLocale[lang.value])
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.page-sidebar-parent {
|
.page-sidebar-layout {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
.title {
|
.title {
|
||||||
|
Loading…
Reference in New Issue
Block a user