This commit is contained in:
曹辉 2023-02-22 09:37:42 +08:00
parent 62e3022dc3
commit 6bd4a5b5bc
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<template>
<view class="app">
<image src="../../static/kefuzx.jpg" mode=""></image>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
.app {
width: 100%;
height: 100vh;
image {
width: 100%;
height: 100vh;
}
}
</style>

BIN
static/kefuzx.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB