mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs: update :deep() usage in sponsors-button (#17718)
chore(style): update :deep() usage in `sponsors-button` Co-authored-by: wuzhiqing <wuzhiqing@linklogis.com>
This commit is contained in:
@@ -56,8 +56,8 @@ const sponsor = computed(() => sponsorLocale[lang.value])
|
||||
</aside>
|
||||
</template>
|
||||
<style scoped lang="scss">
|
||||
.sponsors-button:deep {
|
||||
button {
|
||||
.sponsors-button {
|
||||
:deep(button) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user