From 70732552eae7ef5e946452ac609117825b4d6663 Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 11 Oct 2022 16:26:34 +0800 Subject: [PATCH] update style --- src/components/Graph.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/Graph.vue b/src/components/Graph.vue index b18e8fdd..727b1398 100644 --- a/src/components/Graph.vue +++ b/src/components/Graph.vue @@ -222,6 +222,15 @@ onBeforeUnmount(() => { .menus { position: absolute; + display: block; + white-space: nowrap; + z-index: 9999999; + box-shadow: #ccc 1px 2px 10px; + transition: all cubic-bezier(0.075, 0.82, 0.165, 1) linear; + background-color: rgb(255, 255, 255); + border-radius: 4px; + color: rgb(51, 51, 51); + padding: 5px; } .tools {