diff --git a/diboot-docs/.vuepress/components/HomeLayout.vue b/diboot-docs/.vuepress/components/HomeLayout.vue index 80e017a..052c9a4 100644 --- a/diboot-docs/.vuepress/components/HomeLayout.vue +++ b/diboot-docs/.vuepress/components/HomeLayout.vue @@ -4,8 +4,14 @@

快速上手 - + + Antd项目案例 + + + Element项目案例 + + 了解 diboot 2.0 @@ -279,7 +285,8 @@ a.button.white { } @media screen and (max-width: 750px) { .button.has-icon{ - margin-top: 15px; + display: block; + margin-top: 5px; } .home { padding: 0; @@ -310,6 +317,8 @@ a.button.white { height: 180px; } a.button.white{ + display: block; + margin-bottom: 10px; margin-right: 0; } }