Explorar o código

feat:contextmenu样式

ananzhusen hai 1 ano
pai
achega
d987a33c7c
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      src/views/components/ContextMenu.vue

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

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