diff --git a/packages/g6/__tests__/index.html b/packages/g6/__tests__/index.html index 8c515b68cf5..ca1d33b2116 100644 --- a/packages/g6/__tests__/index.html +++ b/packages/g6/__tests__/index.html @@ -16,14 +16,10 @@ transition: all 0.5s; } - #app { - display: flex; - flex-direction: row-reverse; - justify-content: flex-end; - } - #panel { z-index: 1; + position: absolute; + right: 0; } #container { @@ -49,9 +45,8 @@
-