fix: 修复 web-naive 表单页 Input 输入 _ 不显示的问题 (#7962) (#7965)

* fix(@vben/web-naive): 修复 naive input 输入 _ 不显示的问题 (#7962)

* fix(@vben/web-naive): 限制 input 字体修复作用域,避免全局影响
pull/355/head^2
Saleri 2026-05-28 12:49:48 +08:00 committed by GitHub
parent f7540c119b
commit d6a9eaf9e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -17,4 +17,11 @@
.n-checkbox-box__border { .n-checkbox-box__border {
--n-border: 1px solid rgb(255 56 96); --n-border: 1px solid rgb(255 56 96);
} }
.n-input .n-input__input-el,
.n-input .n-input__textarea-el,
.n-input-number .n-input__input-el {
font-family: Arial, Roboto, 'Helvetica Neue', sans-serif;
} }
}