fix: contextmenu box-shadow not show

master
chenghx 6 years ago
parent e7f1540c04
commit 2137ccd4b3
  1. 2
      src/components/menu/Contextmenu.vue

@ -70,6 +70,6 @@ export default {
z-index: 1;
border: 1px solid #9e9e9e;
border-radius: 4px;
box-shadow: 2px 2px 10px #aaaaaa;
box-shadow: 2px 2px 10px #aaaaaa !important;
}
</style>

Loading…
Cancel
Save