This commit is contained in:
ljx
2025-11-14 16:34:39 +08:00
parent 7b4cdd2b3c
commit 07e43a1611
5 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<template>
<div class="ueScreen">大屏</div>
</template>
<script setup lang="ts"></script>
<style scoped>
@import './gis.scss';
.ueScreen {
width: 100vw;
height: 100vh;
background-color: rgba(4, 7, 17, 0.8);
color: #fff;
}
</style>