hldy_app_mini/pages/Warehouse/warehome.vue

23 lines
299 B
Vue
Raw Normal View History

2025-11-25 14:39:06 +08:00
<template>
<view>
<view class="home tp"> <image src="/static/index/warehouse/home/Back2.jpg"></image></view>
</view>
</template>
<script setup lang="ts">
</script>
<style scoped lang="less">
.home{
width: 100vw;
height: 100vh;
}
.tp {
image{
width: 100%;
height: 100%;
}
}
</style>