hookehuyr

fix 细节调整

<template>
<div></div>
</template>
<script setup>
import { ref, reactive, onMounted } from 'vue'
const props = defineProps({
type: String
})
onMounted(() => {
})
</script>
<script>
export default {
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="less" scoped>
</style>
\ No newline at end of file
......@@ -11,7 +11,7 @@
</div>
</div>
</div>
<div class="van-safe-area-bottom"></div>
</template>
<script setup>
......