v 1.1.0
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
@ -1,22 +0,0 @@
|
||||
<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>
|
Reference in New Issue
Block a user