4 changed files with 7 additions and 9 deletions
@ -1,14 +1,11 @@ |
|||||
<template> |
<template> |
||||
<image src="../../static/work.png"></image> |
<image src="../../static/work.jpg"></image> |
||||
</template> |
</template> |
||||
|
|
||||
<script> |
|
||||
</script> |
|
||||
|
|
||||
<style lang="scss" scoped> |
<style lang="scss" scoped> |
||||
image { |
image { |
||||
width: 100%; |
width: 100%; |
||||
height: calc(100vh - 44px - var(--status-bar-height)); |
height: calc(100vh - 44px - var(--status-bar-height)); |
||||
object-fit: cover; |
object-fit: cover; |
||||
} |
} |
||||
</style> |
</style> |
||||
|
|||||
|
After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 25 KiB |
Loading…
Reference in new issue