소스 검색

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>