KuangPF / dumi-theme-antd

A antd site theme package for the dumi framework.
https://kuangpf.com/dumi-theme-antd
MIT License
42 stars 19 forks source link

Markdown内容过少时,内容区样式问题 #33

Closed Nikaple closed 2 months ago

Nikaple commented 3 months ago

截图如下:

image

默认主题内容区样式有设置 min-height,所以没有问题

.dumi-default-header+main>.dumi-default-content, .dumi-default-doc-layout-mobile-bar+main>.dumi-default-content {
  min-height: calc(100vh - 76px)
}
KuangPF commented 2 months ago

0.3.15 已优化。