mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-05 13:00:47 +08:00
chore(input): cssr style
This commit is contained in:
parent
06521979ef
commit
b6165ca1a7
@ -280,16 +280,15 @@ export default c([
|
||||
border-color: #0000;
|
||||
z-index: 1;
|
||||
`),
|
||||
cE('eye', `
|
||||
cursor: pointer;
|
||||
`),
|
||||
cE('prefix', {
|
||||
marginRight: '4px'
|
||||
}),
|
||||
cE('suffix', `
|
||||
margin-left: 4px;
|
||||
`, [
|
||||
cE('eye', `
|
||||
cursor: pointer;
|
||||
`)
|
||||
]),
|
||||
`),
|
||||
cE('suffix, prefix', `
|
||||
transition: color .3s var(--bezier);
|
||||
flex-wrap: nowrap;
|
||||
|
Loading…
Reference in New Issue
Block a user