fix: TOC component overflows the webpage (#209)

This commit is contained in:
saicaca
2024-10-28 18:44:06 +08:00
parent 18fcf6dd83
commit e1a98c4149
4 changed files with 32 additions and 12 deletions

View File

@@ -13,4 +13,7 @@ export const BANNER_HEIGHT_EXTEND = 30
export const BANNER_HEIGHT_HOME = BANNER_HEIGHT + BANNER_HEIGHT_EXTEND
// The height the main panel overlaps the banner, unit: rem
export const MAIN_PANEL_OVERLAPS_BANNER_HEIGHT = 3.5
export const MAIN_PANEL_OVERLAPS_BANNER_HEIGHT = 3.5
// Page width: rem
export const PAGE_WIDTH = 75