Files
td_official/src/views/largeScreen/components/rightPage.vue

14 lines
202 B
Vue
Raw Normal View History

2025-08-20 10:28:23 +08:00
<template>
<div class="rightPage">右边</div>
</template>
<script setup lang="ts"></script>
<style scoped lang="scss">
.rightPage {
width: 100%;
height: 100%;
background: #0c1e35;
}
</style>