mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
fix(alert): style
This commit is contained in:
parent
0ed733f420
commit
6f6a97bb92
@ -10,7 +10,7 @@ export default c([
|
||||
borderRadius,
|
||||
position: 'relative',
|
||||
transition: `
|
||||
background-color .3s ${easeInOutCubicBezier},
|
||||
background-color .3s ${easeInOutCubicBezier}
|
||||
`
|
||||
}, [
|
||||
fadeInHeightExpandTranstion({
|
||||
@ -54,6 +54,7 @@ export default c([
|
||||
})
|
||||
]),
|
||||
cB('alert-body', {
|
||||
borderRadius,
|
||||
padding: '15px 15px 15px 47px',
|
||||
transition: `border-color .3s ${easeInOutCubicBezier}`
|
||||
}, [
|
||||
|
Loading…
Reference in New Issue
Block a user