add radar chart and new decoration

This commit is contained in:
jiaming
2018-12-14 19:45:23 +08:00
parent 0981b9e6e8
commit 8e06964260
6 changed files with 338 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,22 @@
<template>
<div class="decoration-5">
<img src="./img/decoration.gif" />
</div>
</template>
<script>
export default {
name: 'Decoration5'
}
</script>
<style lang="less">
.decoration-5 {
img {
width: 100%;
margin-top: -21%;
margin-bottom: -25%;
}
}
</style>