xc-app/pages/mine/white.vue

14 lines
181 B
Vue

<template>
<view class="white-page"></view>
</template>
<script>
</script>
<style lang="scss">
.white-page{
width: 100%;
height: 100vh;
background-color: #fff;
}
</style>