From fc53aee8a718567e8828af3d03562c2e72d7412a Mon Sep 17 00:00:00 2001 From: Justineo Date: Sat, 29 Jun 2024 00:19:34 +0800 Subject: [PATCH] feat!: drop extra wrapper --- src/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 070fcaf..5d9377e 100644 --- a/src/style.css +++ b/src/style.css @@ -1,2 +1 @@ -x-vue-echarts{display:flex;flex-direction:column;width:100%;height:100%;min-width:0} -.vue-echarts-inner{flex-grow:1;min-width:0;width:auto!important;height:auto!important} +x-vue-echarts{display:block;width:100%;height:100%;min-width:0}