Explorar el Código

feat:contextmenu样式

ananzhusen hace 1 año
padre
commit
d987a33c7c
Se han modificado 1 ficheros con 5 adiciones y 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>