fix(cascader): text blur in win10 Chrome. (#154)

This commit is contained in:
二梦 2021-06-16 17:29:49 +08:00 committed by GitHub
parent d8e9622fdd
commit a08dbcf1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# CHANGELOG
## Pending
### Feats
### Fixes
- Fix `n-cascader` text blur in win10 Chrome.
## 2.11.12 (2020-06-16)
### Feats

View File

@ -1,5 +1,13 @@
# CHANGELOG
## Pending
### Feats
### Fixes
- 修复 `n-cascader` 在 win10 Chrome 环境下文字模糊的问题
## 2.11.12 (2020-06-16)
### Feats

View File

@ -50,7 +50,6 @@ export default c([
cB('cascader-submenu', `
height: var(--menu-height);
position: relative;
overflow: hidden;
min-width: 180px;
`, [
cB('scrollbar-content', {