mkm
/
yanzhiAPP
Template
2
0
Fork 0
yanzhiAPP/pages/InformationAdd/index.vue

20 lines
290 B
Vue
Raw Normal View History

2023-10-20 18:45:15 +08:00
<template>
<view class="content">
<plantadd></plantadd>
</view>
</template>
<script setup>
import plantadd from "@/components/InformationAdd/plant.vue"
</script>
<style scoped lang="scss">
.content {
background-color: #F4F4F4;
2023-10-21 18:02:06 +08:00
2023-10-20 18:45:15 +08:00
padding: 20rpx;
min-height: 100vh;
}
</style>