mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-05 11:21:11 +08:00
Update
This commit is contained in:
parent
5b1508ed9d
commit
a460a1f889
@ -16,7 +16,7 @@ defineProps<{
|
||||
rel="noreferrer noopener"
|
||||
class="social-link"
|
||||
>
|
||||
<ElIcon v-if="icon" :size="20">
|
||||
<ElIcon v-if="icon" :size="24">
|
||||
<component :is="icon" />
|
||||
</ElIcon>
|
||||
</a>
|
||||
|
@ -13,7 +13,7 @@ const links = useSocialLinks()
|
||||
|
||||
<style scoped lang="scss">
|
||||
.social-links {
|
||||
height: 20px;
|
||||
padding: 0 8px;
|
||||
height: 24px;
|
||||
padding: 0 12px;
|
||||
}
|
||||
</style>
|
||||
|
@ -15,11 +15,12 @@ import CommonThemeToggler from '../common/vp-theme-toggler.vue'
|
||||
@include with-bg;
|
||||
display: none;
|
||||
border-radius: 50%;
|
||||
height: 20px;
|
||||
padding: 0 8px;
|
||||
height: 24px;
|
||||
padding: 0 12px;
|
||||
|
||||
@include respond-to('md') {
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -14,7 +14,7 @@ const { switchLang, languageMap, langs, lang, helpTranslate } = useTranslation()
|
||||
popper-class="translation-popup"
|
||||
>
|
||||
<template #reference>
|
||||
<ElIcon :size="20">
|
||||
<ElIcon :size="24">
|
||||
<i-ri-translate-2 />
|
||||
</ElIcon>
|
||||
</template>
|
||||
@ -40,8 +40,8 @@ const { switchLang, languageMap, langs, lang, helpTranslate } = useTranslation()
|
||||
@use '../../styles/mixins' as *;
|
||||
.translation-container {
|
||||
display: none;
|
||||
height: 20px;
|
||||
padding: 0 8px;
|
||||
height: 24px;
|
||||
padding: 0 12px;
|
||||
|
||||
@include respond-to('md') {
|
||||
display: block;
|
||||
|
@ -65,7 +65,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-to('xlg') {
|
||||
@include respond-to('xxl') {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user