uni-admission-fee/pages/my/view-venues.vue
2023-10-30 12:00:38 +08:00

23 lines
313 B
Vue

<template>
<div class="com-root">
</div>
</template>
<script>
export default {
name: "view-venues"
}
</script>
<style scoped lang="scss">
.com-root{
width: 100vw;
height: 100vh;
background-image: url("../../static/gdz49@3x.png");
background-size: contain;
background-repeat: no-repeat;
}
</style>