admin-vben/packages/@core/preferences
米山 aaf0274fe9 feat: add menu font size variable and update related components
- Introduced a new CSS variable `--menu-font-size` calculated from the base font size.
- Updated `PreferenceManager` to trigger CSS variable updates when `fontSize` is modified.
- Adjusted `updateCSSVariables` to set the new `--menu-font-size` based on the theme's font size.
- Ensured that the menu components utilize the updated font size with `!important` to maintain styling consistency.
2025-11-19 10:51:10 +08:00
..
__tests__ fix: update snapshot for defaultPreferences immutability test to reflect fontSize change 2025-11-19 10:19:16 +08:00
src feat: add menu font size variable and update related components 2025-11-19 10:51:10 +08:00
build.config.ts refactor(project): re-adjust the overall folder 2024-07-23 00:03:59 +08:00
package.json chore: release 5.5.9 2025-08-16 22:16:02 +08:00
tsconfig.json fix: improve the scroll bar flashing when the modal box is opened (#4438) 2024-09-19 21:56:49 +08:00