Files
trade-assistant/uni-app/src/App.vue
T

14 lines
304 B
Vue

<template>
<router-view />
</template>
<script setup>
</script>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body, #app { height: 100%; width: 100%; }
uni-page { overflow-y: auto !important; }
uni-page-body { overflow-y: auto !important; min-height: 100% !important; }
</style>