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