mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-20 02:58:48 +00:00
可视化前端功能
This commit is contained in:
25
dbswitch-admin-ui/src/App.vue
Normal file
25
dbswitch-admin-ui/src/App.vue
Normal file
@@ -0,0 +1,25 @@
|
||||
<template>
|
||||
<div class="body-wrapper">
|
||||
<router-view/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'App'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.body-wrapper{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
overflow-y: auto;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user