mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-05 11:21:11 +08:00
chore: update readme2 (#9712)
This commit is contained in:
parent
cc8805ecc3
commit
9453b4109a
@ -73,11 +73,6 @@ You can also try Element Plus out with the components built-in playground.
|
||||
<img width="150px" src="https://user-images.githubusercontent.com/17680888/160634485-df0d00af-8633-4ab8-9a72-aac2b65d1d36.png">
|
||||
</a>
|
||||
</td>
|
||||
<td align="center" valign="middle">
|
||||
<a href="https://hooray.gitee.io/fantastic-admin/?from=element-plus" target="_blank">
|
||||
<img width="150px" src="https://user-images.githubusercontent.com/82012629/167299102-e2e66150-2248-4f03-bbf2-84c622e7d165.png">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -1,12 +1,4 @@
|
||||
export const rightRichTextSponsors = [
|
||||
{
|
||||
name: 'Fantastic-admin',
|
||||
img: '/images/sponsors/fantasticadmin.png',
|
||||
url: 'https://hooray.gitee.io/fantastic-admin/?from=element-plus',
|
||||
slogan: 'An out-of-the-box backend framework',
|
||||
slogan_cn: '开箱即用的后台框架 为开发提供舒适体验',
|
||||
},
|
||||
]
|
||||
export const rightRichTextSponsors = []
|
||||
|
||||
export const rightLogoSmallSponsors = [
|
||||
{
|
||||
|
@ -19,7 +19,7 @@ const sponsor = computed(() => sponsorLocale[lang.value])
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.page-content {
|
||||
padding-bottom: 40px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 0;
|
||||
.title {
|
||||
color: var(--text-color-secondary);
|
||||
|
Loading…
Reference in New Issue
Block a user