From 669ba1cbbbbb59b0608ac42bf461b3313d065bed Mon Sep 17 00:00:00 2001 From: Justineo Date: Sat, 17 Dec 2022 01:26:08 +0800 Subject: [PATCH] fix: refine style and remove unused import --- src/composables/loading.ts | 1 - src/style.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/composables/loading.ts b/src/composables/loading.ts index 1d7ec4b..0b412a4 100644 --- a/src/composables/loading.ts +++ b/src/composables/loading.ts @@ -1,7 +1,6 @@ import { unwrapInjected } from "src/utils"; import { inject, - unref, computed, watchEffect, type Ref, diff --git a/src/style.css b/src/style.css index 9b50eaf..4df062d 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1 @@ -x-vue-echarts{display:block;width:100%;height:100%} +x-vue-echarts{display:block;width:100%;height:100%;overflow:hidden}