parent
f68498aac1
commit
9a8f513b09
4 changed files with 43 additions and 6 deletions
@ -0,0 +1,33 @@ |
||||
<template> |
||||
<view class="page"> |
||||
<image class="pic" src="https://eduvessel.com/images/occupationlab/customer.png" mode="" show-menu-by-longpress></image> |
||||
</view> |
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
data() { |
||||
return { |
||||
|
||||
} |
||||
}, |
||||
onShow() { |
||||
|
||||
}, |
||||
methods: { |
||||
|
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style scoped lang="scss"> |
||||
.page { |
||||
height: 100vh; |
||||
overflow: hidden; |
||||
} |
||||
.pic { |
||||
width: 100vw; |
||||
height: 100vh; |
||||
object-fit: cover; |
||||
} |
||||
</style> |
Loading…
Reference in new issue