remove slot because of occlusion

This commit is contained in:
jiaming743 2019-06-28 20:17:59 +08:00
parent d586db9176
commit 7b55614d43
1 changed files with 0 additions and 12 deletions

View File

@ -1,10 +1,6 @@
<template>
<div class="dv-charts-container" :ref="ref">
<div class="charts" :ref="chartRef" />
<div class="charts-slot-content">
<slot></slot>
</div>
</div>
</template>
@ -75,13 +71,5 @@ export default {
width: 100%;
height: 100%;
}
.charts-slot-content {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
}
</style>