Browse Source

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

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

* fix(@vben/web-naive): 限制 input 字体修复作用域,避免全局影响
pull/7971/head
Saleri 3 months ago
committed by GitHub
parent
commit
d6a9eaf9e9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      packages/styles/src/naive/index.css

7
packages/styles/src/naive/index.css

@ -17,4 +17,11 @@
.n-checkbox-box__border {
--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;
}
}

Loading…
Cancel
Save