diff --git a/docs/.vuepress/theme/components/CategoryCard/index.less b/docs/.vuepress/theme/components/CategoryCard/index.less index 669f637..c15684d 100644 --- a/docs/.vuepress/theme/components/CategoryCard/index.less +++ b/docs/.vuepress/theme/components/CategoryCard/index.less @@ -2,7 +2,7 @@ .test { padding: 20px; width: 300px; - height: 300px; + min-height: 300px; background-color: @backgroundColor6; border-radius: 0 0 20px 20px; box-shadow: 0 2px 12px 0 @blackColor; diff --git a/docs/.vuepress/theme/index.js b/docs/.vuepress/theme/index.js index 63414a7..0981896 100644 --- a/docs/.vuepress/theme/index.js +++ b/docs/.vuepress/theme/index.js @@ -1,6 +1,6 @@ -// pro +// pro 开发 const { themeConfig } = require("../../docs/.vuepress/config.js"); -// dev +// dev 开发 // const { themeConfig } = require("../../.vuepress/config.js"); module.exports = { plugins: [ diff --git a/docs/.vuepress/theme/layouts/Timeline.vue b/docs/.vuepress/theme/layouts/Timeline.vue index a589515..7ee3213 100644 --- a/docs/.vuepress/theme/layouts/Timeline.vue +++ b/docs/.vuepress/theme/layouts/Timeline.vue @@ -57,7 +57,7 @@
- {{$themeConfig.logo || 'L'}} + {{ $themeConfig.logo || "L" }}
@@ -65,7 +65,7 @@
- +
@@ -76,7 +76,7 @@