فهرست منبع

feat:contextmenu样式

ananzhusen 1 سال پیش
والد
کامیت
d987a33c7c
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      src/views/components/ContextMenu.vue

+ 5 - 1
src/views/components/ContextMenu.vue

@@ -165,4 +165,8 @@ const onMenu = (val: string) => {
 };
 };
 </script>
 </script>
 
 
-<style lang="postcss" scoped></style>
+<style lang="postcss" scoped>
+.context-menu {
+  height: auto !important;
+}
+</style>