[-] Remove unused css section
This commit is contained in:
@@ -5,12 +5,4 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script src="./course-scatter.ts" lang="ts"></script>
|
<script src="./course-scatter.ts" lang="ts"></script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped></style>
|
||||||
#overall-bar
|
|
||||||
{
|
|
||||||
.graph
|
|
||||||
{
|
|
||||||
margin-top: 50px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -1,16 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="course-scatter">
|
<div id="type-radar">
|
||||||
<ve-radar height="450px" class="graph" :extend="{a: this.course.name}" :after-config="afterConfig"></ve-radar>
|
<ve-radar height="450px" class="graph" :extend="{a: this.course.name}" :after-config="afterConfig"></ve-radar>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script src="./type-radar.ts" lang="ts"></script>
|
<script src="./type-radar.ts" lang="ts"></script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped></style>
|
||||||
#overall-bar
|
|
||||||
{
|
|
||||||
.graph
|
|
||||||
{
|
|
||||||
margin-top: 50px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user