uni-admission-fee/pages/my/view-venues.vue

23 lines
313 B
Vue
Raw Normal View History

2023-10-30 04:00:38 +00:00
<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>