From 7b55614d4368fa48806eea4942915073ad612a1d Mon Sep 17 00:00:00 2001 From: jiaming743 <743192023@qq.com> Date: Fri, 28 Jun 2019 20:17:59 +0800 Subject: [PATCH] remove slot because of occlusion --- components/charts/index.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/components/charts/index.vue b/components/charts/index.vue index c958cfa..9c8e5e5 100644 --- a/components/charts/index.vue +++ b/components/charts/index.vue @@ -1,10 +1,6 @@ @@ -75,13 +71,5 @@ export default { width: 100%; height: 100%; } - - .charts-slot-content { - position: absolute; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - } }