浏览代码

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>
 
-<style lang="postcss" scoped></style>
+<style lang="postcss" scoped>
+.context-menu {
+  height: auto !important;
+}
+</style>