some modify

This commit is contained in:
jiaming
2018-12-05 18:31:23 +08:00
parent a034c8eeb4
commit 197b058b55
3 changed files with 97 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

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