chore: update readme2 (#9712)

This commit is contained in:
iamkun 2022-09-09 00:11:00 +08:00 committed by GitHub
parent cc8805ecc3
commit 9453b4109a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 15 deletions

View File

@ -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>

View File

@ -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 = [
{

View File

@ -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);