Skip to content

Commit 669ba1c

Browse files
committed
fix: refine style and remove unused import
1 parent ec124f4 commit 669ba1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/composables/loading.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { unwrapInjected } from "src/utils";
22
import {
33
inject,
4-
unref,
54
computed,
65
watchEffect,
76
type Ref,

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
x-vue-echarts{display:block;width:100%;height:100%}
1+
x-vue-echarts{display:block;width:100%;height:100%;overflow:hidden}

0 commit comments

Comments
 (0)