styles: add popup boxshadow

This commit is contained in:
JiwenBai 2019-07-01 18:17:32 +08:00
parent 28e9e62108
commit 4a9494ff81
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "0.1.73",
"version": "0.1.74",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -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 {