mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
Update style
This commit is contained in:
@@ -42,7 +42,7 @@ const route = useRoute()
|
||||
}
|
||||
|
||||
.link {
|
||||
padding: 9px 16px;
|
||||
padding: 10px 16px;
|
||||
line-height: 1.5;
|
||||
font-size: 0.9rem;
|
||||
border-radius: 8px;
|
||||
|
||||
@@ -21,6 +21,7 @@ import { platinumSponsors } from '../../config/sponsors'
|
||||
<style scoped lang="scss">
|
||||
.sponsor-item {
|
||||
margin-bottom: 8px;
|
||||
height: 60px;
|
||||
img {
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -29,15 +29,18 @@ import { goldSponsors } from '../../config/sponsors'
|
||||
align-items: center;
|
||||
.sponsor-item {
|
||||
margin-right: 4px;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
|
||||
a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
height: inherit;
|
||||
width: inherit;
|
||||
}
|
||||
img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,9 +19,9 @@ const sponsor = computed(() => sponsorLocale[lang.value])
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.sponsors {
|
||||
padding-bottom: 0.35rem;
|
||||
padding-bottom: 44px;
|
||||
.sponsors-title {
|
||||
color: var(--text-color-lighter);
|
||||
color: var(--text-color-secondary);
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
}
|
||||
|
||||
.sidebar-groups {
|
||||
padding: 0.75rem 0 5rem;
|
||||
padding: 0 0 5rem;
|
||||
|
||||
.sidebar-group__title {
|
||||
padding: 0.35rem 0;
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
margin: 0;
|
||||
margin-bottom: 8px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.sidebar-group + .sidebar-group {
|
||||
|
||||
Reference in New Issue
Block a user