mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
styles: add popup boxshadow
This commit is contained in:
parent
28e9e62108
commit
4a9494ff81
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "0.1.73",
|
||||
"version": "0.1.74",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -10,6 +10,7 @@ $popup-distance: $popup-arrow-width - 1 + 14;
|
||||
transform 0.3s $fast-in-cubic-bezier;
|
||||
opacity: 1;
|
||||
margin: 5px;
|
||||
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
|
||||
}
|
||||
|
||||
.n-popup__content__wrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user