This commit is contained in:
jiaming743
2019-01-16 16:56:11 +08:00
parent e2e51986cb
commit 9de66342ce
99 changed files with 1102 additions and 11649 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -0,0 +1,20 @@
<template>
<div class="decoration-3">
<img src="./img/decoration.gif" />
</div>
</template>
<script>
export default {
name: 'Decoration3'
}
</script>
<style lang="less">
.decoration-3 {
img {
width: 100%;
}
}
</style>