@windrun-huaiin/third-ui 29.0.1 → 29.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/third-ui",
3
- "version": "29.0.1",
3
+ "version": "29.0.2",
4
4
  "description": "Third-party integrated UI components for windrun-huaiin projects",
5
5
  "exports": {
6
6
  "./clerk": {
@@ -11,6 +11,7 @@
11
11
 
12
12
  /* 文档主区域补一小段底部缓冲,减少 footer 刚进入视口就与 TOC 相撞 */
13
13
  #nd-page {
14
+ padding-top: 5rem !important;
14
15
  padding-bottom: 5rem !important;
15
16
  min-height: calc(100dvh - 5rem) !important;
16
17
  }