admin-vben/packages/styles
Saleri d6a9eaf9e9
fix: 修复 web-naive 表单页 Input 输入 _ 不显示的问题 (#7962) (#7965)
* fix(@vben/web-naive): 修复 naive input 输入 _ 不显示的问题 (#7962)

* fix(@vben/web-naive): 限制 input 字体修复作用域,避免全局影响
2026-05-28 12:49:48 +08:00
..
src fix: 修复 web-naive 表单页 Input 输入 _ 不显示的问题 (#7962) (#7965) 2026-05-28 12:49:48 +08:00
README.md feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
package.json fix: check deps 2026-04-13 17:52:16 +08:00
tsconfig.json chore: update deps 2024-06-02 23:46:18 +08:00

README.md

@vben/styles

用于多个 app 公用的样式文件,继承了 @vben-core/design 的所有能力。业务上有通用的样式文件可以放在这里。

用法

添加依赖

# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @vben/styles

使用

import '@vben/styles';