refactor: remove font-size utility file and replace with inline text classes

Delete the src/static/scss/font-size.scss utility file, and replace all legacy `font-size-*` class usages across the codebase with inline `text-[numberpx]` styling to consolidate font size definitions and remove redundant utility code.
This commit is contained in:
duanshuwen
2026-07-24 22:10:16 +08:00
parent 872a3fac18
commit 157b4f7e22
69 changed files with 255 additions and 324 deletions

View File

@@ -16,7 +16,7 @@
`nav-bar-center--${titleAlign}`,
]">
<slot name="title">
<text class="font-size-17 font-[500] text-[#000000]" :style="{ color: titleColor }">
<text class="text-[17px] font-[500] text-[#000000]" :style="{ color: titleColor }">
{{ title }}
</text>
</slot>