diff --git a/README.es.md b/README.es.md
index a41e1b3b..dc20fa42 100644
--- a/README.es.md
+++ b/README.es.md
@@ -72,13 +72,13 @@ Entendiendo y aprendiendo esto pudiera ayudarle con su proyecto.
Sea un patrocinante y coloque su logo en nuestro LEEME en GitHub con un enlace directo a su sitio web. [[Se un Patrocinante]](https://www.patreon.com/panjiachen)
-
Plantilla de Dashboard de administración hecha con Vue, React y Angular.
+### Akveo
+
Get Java backend for Vue admin with 20% discount for 39$ use coupon code SWB0RAZPZR1M
+
-### GitAds
+### Flatlogic
-> vue-element-admin is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial
-
-[
](https://tracking.gitads.io/?repo=vue-element-admin)
+
Admin Dashboard Templates made with Vue, React and Angular.
## Características
diff --git a/README.ja.md b/README.ja.md
index 30dfaf7a..3bc3ce8b 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -69,14 +69,14 @@
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor]](https://www.patreon.com/panjiachen)
+### Akveo
+
Get Java backend for Vue admin with 20% discount for 39$ use coupon code SWB0RAZPZR1M
+
+
+### Flatlogic
+

Admin Dashboard Templates made with Vue, React and Angular.
-### GitAds
-
-> vue-element-admin is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial
-
-[
](https://tracking.gitads.io/?repo=vue-element-admin)
-
## 機能一覧
```
diff --git a/README.md b/README.md
index a22c3a42..da4b8b97 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,21 @@
English | [简体中文](./README.zh-CN.md) | [日本語](./README.ja.md) | [Spanish](./README.es.md)
+
+ SPONSORED BY
+
+
+
+
+
+
+
+
+ |
+
+
+
+
## Introduction
[vue-element-admin](https://panjiachen.github.io/vue-element-admin) is a production-ready front-end solution for admin interfaces. It is based on [vue](https://github.com/vuejs/vue) and uses the UI Toolkit [element-ui](https://github.com/ElemeFE/element).
@@ -72,14 +87,14 @@ Understanding and learning this knowledge in advance will greatly help the use o
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor]](https://www.patreon.com/panjiachen)
+### Akveo
+
Get Java backend for Vue admin with 20% discount for 39$ use coupon code SWB0RAZPZR1M
+
+
+### Flatlogic
+

Admin Dashboard Templates made with Vue, React and Angular.
-### GitAds
-
-> vue-element-admin is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial
-
-[
](https://tracking.gitads.io/?repo=vue-element-admin)
-
## Features
```
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 9628f4cc..d34c65a4 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -28,6 +28,21 @@
简体中文 | [English](./README.md) | [日本語](./README.ja.md) | [Spanish](./README.es.md)
+
+ SPONSORED BY
+
+
+
+
+
+
+
+
+ |
+
+
+
+
## 简介
[vue-element-admin](https://panjiachen.github.io/vue-element-admin) 是一个后台前端解决方案,它基于 [vue](https://github.com/vuejs/vue) 和 [element-ui](https://github.com/ElemeFE/element)实现。它使用了最新的前端技术栈,内置了 i18n 国际化解决方案,动态路由,权限验证,提炼了典型的业务模型,提供了丰富的功能组件,它可以帮助你快速搭建企业级中后台产品原型。相信不管你的需求是什么,本项目都能帮助到你。
@@ -87,13 +102,13 @@
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor]](https://www.patreon.com/panjiachen)
+### Akveo
+
Java 后端整合,可以使用优惠码:SWB0RAZPZR1M,获得20%的价格优化
+
+### Flatlogic
+

Admin Dashboard Templates made with Vue, React and Angular.
-### GitAds
-
-> vue-element-admin is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial
-
-[
](https://tracking.gitads.io/?repo=vue-element-admin)
## 功能
diff --git a/src/views/documentation/index.vue b/src/views/documentation/index.vue
index d3f77468..09f5951b 100644
--- a/src/views/documentation/index.vue
+++ b/src/views/documentation/index.vue
@@ -1,5 +1,6 @@
+
Java backend integration
Documentation
Github Repository
国内文档
@@ -37,7 +38,7 @@ export default {
margin: 50px;
display: flex;
flex-wrap: wrap;
- justify-content: space-evenly;
+ justify-content: flex-start;
.document-btn {
flex-shrink: 0;
@@ -46,8 +47,8 @@ export default {
background: black;
color: white;
height: 60px;
- width: 200px;
- margin-bottom: 16px;
+ padding: 0 16px;
+ margin: 16px;
line-height: 60px;
font-size: 20px;
text-align: center;