diff --git a/apps/l2/package.json b/apps/l2/package.json index 86f435d..9f568e2 100644 --- a/apps/l2/package.json +++ b/apps/l2/package.json @@ -38,6 +38,7 @@ "core-js": "3.37.1", "cross-env": "^10.1.0", "dayjs": "^1.11.18", + "dom-to-image": "^2.6.0", "echarts": "5.4.0", "element-ui": "2.15.14", "file-saver": "2.0.5", diff --git a/apps/l2/src/layout/components/TagsView/index.vue b/apps/l2/src/layout/components/TagsView/index.vue index 012d1a0..f67acf1 100644 --- a/apps/l2/src/layout/components/TagsView/index.vue +++ b/apps/l2/src/layout/components/TagsView/index.vue @@ -306,7 +306,7 @@ export default { .contextmenu { margin: 0; // 右键菜单金属背景 - background: #454c51; + background: #fff; border: 1px solid #a0a6ad; z-index: 3000; position: absolute; diff --git a/apps/l2/src/views/l2/log/index.vue b/apps/l2/src/views/l2/log/index.vue index f1998ee..bc41d54 100644 --- a/apps/l2/src/views/l2/log/index.vue +++ b/apps/l2/src/views/l2/log/index.vue @@ -1,127 +1,76 @@