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