资金
This commit is contained in:
13
src/views/largeScreen/components/leftPage.vue
Normal file
13
src/views/largeScreen/components/leftPage.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="leftPage">左边</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.leftPage {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #0c1e35;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user