|
@@ -7,7 +7,7 @@
|
|
|
* @FilePath: \vue-admin-template-master\src\layout\components\Echarts\commonChartsBar.vue
|
|
|
-->
|
|
|
<template>
|
|
|
- <div class="ChartsBar" :id="id"></div>
|
|
|
+ <div style="height: 100%;width: 100%;position: absolute;left: 0;top: 0;" class="ChartsBar" :id="id"></div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
@@ -81,12 +81,3 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped>
|
|
|
-.ChartsBar {
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-</style>
|