mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
fix(color-picker): value has line wrap
This commit is contained in:
parent
97f2d439b5
commit
4bd297224e
@ -1,5 +1,11 @@
|
||||
# CHANGELOG
|
||||
|
||||
## Pending
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-color-picker` value has line wrap.
|
||||
|
||||
## 2.7.2
|
||||
|
||||
## Feats
|
||||
|
@ -1,5 +1,11 @@
|
||||
# CHANGELOG
|
||||
|
||||
## Pending
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修正 `n-color-picker` 值折行
|
||||
|
||||
## 2.7.2
|
||||
|
||||
## Feats
|
||||
|
@ -145,7 +145,10 @@ export default c([
|
||||
transition: border-color .3s var(--bezier);
|
||||
cursor: pointer;
|
||||
`, [
|
||||
cE('value', 'position: relative;'),
|
||||
cE('value', `
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
`),
|
||||
cE('fill', `
|
||||
border-radius: var(--border-radius);
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user